mdbx-test: remove entropy source and use fully determined PRNG.

This commit is contained in:
Leonid Yuriev
2021-08-27 15:02:15 +03:00
parent aec884f0d1
commit cd73caac1c
4 changed files with 10 additions and 176 deletions

View File

@@ -609,10 +609,6 @@ int main(int argc, char *const argv[]) {
if (global::config::cleanup_before)
cleanup();
log_trace(">> probe entropy_ticks()");
entropy_ticks();
log_trace("<< probe entropy_ticks()");
if (global::actors.size() == 1) {
logging::setup("main");
global::singlemode = true;