diff options
| author | MarcoFalke <[email protected]> | 2018-08-13 16:13:29 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2018-08-24 08:34:38 -0400 |
| commit | ddddce0e46e73d4ca369f2ce9696231cc579e1f9 (patch) | |
| tree | b4242246762d8ff5c2351925ee8907b4dd232611 /src/util.cpp | |
| parent | Merge #13634: ui: Compile boost::signals2 only once (diff) | |
| download | discoin-ddddce0e46e73d4ca369f2ce9696231cc579e1f9.tar.xz discoin-ddddce0e46e73d4ca369f2ce9696231cc579e1f9.zip | |
util: Replace boost::signals2 with std::function
Diffstat (limited to 'src/util.cpp')
| -rw-r--r-- | src/util.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util.cpp b/src/util.cpp index 95bc427bb..1aab85264 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -86,8 +86,6 @@ const char * const BITCOIN_PID_FILENAME = "bitcoind.pid"; ArgsManager gArgs; -CTranslationInterface translationInterface; - /** Init OpenSSL library multithreading support */ static std::unique_ptr<CCriticalSection[]> ppmutexOpenSSL; void locking_callback(int mode, int i, const char* file, int line) NO_THREAD_SAFETY_ANALYSIS |