mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
util: Replace boost::signals2 with std::function
This commit is contained in:
parent
ddc3ec92b0
commit
ddddce0e46
14 changed files with 44 additions and 36 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue