diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/util.h b/src/util.h index b34966fd80..3ec38a7c7d 100644 --- a/src/util.h +++ b/src/util.h @@ -47,8 +47,6 @@ extern bool fDebug; extern bool fPrintToConsole; extern bool fPrintToDebugLog; -static const bool DEFAULT_TESTSAFEMODE = false; - extern bool fLogTimestamps; extern bool fLogTimeMicros; extern bool fLogIPs; @@ -226,11 +224,4 @@ template <typename Callable> void TraceThread(const char* name, Callable func) std::string CopyrightHolders(const std::string& strPrefix); -void SetMiscWarning(const std::string& strWarning); -void SetfLargeWorkForkFound(bool flag); -bool GetfLargeWorkForkFound(); -void SetfLargeWorkInvalidChainFound(bool flag); -bool GetfLargeWorkInvalidChainFound(); -std::string GetWarnings(const std::string& strFor); - #endif // BITCOIN_UTIL_H |