removed obsolete boost workaround (boost ticket #4258)
This commit is contained in:
parent
60d5ab3a16
commit
7f10522c43
1 changed files with 0 additions and 10 deletions
10
src/util.cpp
10
src/util.cpp
|
@ -33,16 +33,6 @@ bool fNoListen = false;
|
||||||
bool fLogTimestamps = false;
|
bool fLogTimestamps = false;
|
||||||
CMedianFilter<int64> vTimeOffsets(200,0);
|
CMedianFilter<int64> vTimeOffsets(200,0);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Workaround for "multiple definition of `_tls_used'"
|
|
||||||
// http://svn.boost.org/trac/boost/ticket/4258
|
|
||||||
extern "C" void tss_cleanup_implemented() { }
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Init openssl library multithreading support
|
// Init openssl library multithreading support
|
||||||
static boost::interprocess::interprocess_mutex** ppmutexOpenSSL;
|
static boost::interprocess::interprocess_mutex** ppmutexOpenSSL;
|
||||||
void locking_callback(int mode, int i, const char* file, int line)
|
void locking_callback(int mode, int i, const char* file, int line)
|
||||||
|
|
Loading…
Reference in a new issue