diff options
| author | Gregory Maxwell <[email protected]> | 2016-11-30 06:07:42 +0000 |
|---|---|---|
| committer | Gregory Maxwell <[email protected]> | 2016-12-03 07:17:34 +0000 |
| commit | 749be013f5cba0bbb01f1f89df77106aea5a4cc1 (patch) | |
| tree | cc7f3f435e14003091859ad654f7bb0b3aab225a /src/util.h | |
| parent | Eliminate data races for strMiscWarning and fLargeWork*Found. (diff) | |
| download | discoin-749be013f5cba0bbb01f1f89df77106aea5a4cc1.tar.xz discoin-749be013f5cba0bbb01f1f89df77106aea5a4cc1.zip | |
Move GetWarnings() into its own file.
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 b34966fd8..3ec38a7c7 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 |