From e8ad469c2c2b62bad22b860cdc554180c498d01d Mon Sep 17 00:00:00 2001 From: lateminer Date: Mon, 8 Jan 2018 22:25:00 +0300 Subject: [PATCH] Remove unnecessary code --- src/init.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/init.cpp b/src/init.cpp index ca75b3a07..97b29a8fb 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -432,9 +432,6 @@ std::string HelpMessage(HelpMessageMode mode) if (showDebug) { strUsage += HelpMessageOpt("-printpriority", strprintf("Log transaction priority and fee per kB when mining blocks (default: %u)", DEFAULT_PRINTPRIORITY)); -#ifdef ENABLE_WALLET - strUsage += HelpMessageOpt("-privdb", strprintf("Sets the DB_PRIVATE flag in the wallet db environment (default: %u)", DEFAULT_WALLET_PRIVDB)); -#endif } strUsage += HelpMessageOpt("-shrinkdebugfile", _("Shrink debug.log file on client startup (default: 1 when no -debug)"));