Skip to content

Commit

Permalink
removed obsolete boost workaround (boost ticket bitcoin#4258)
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Kaufmann committed Apr 5, 2012
1 parent 60d5ab3 commit 7f10522
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/util.cpp
Expand Up @@ -33,16 +33,6 @@ bool fNoListen = false;
bool fLogTimestamps = false;
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
static boost::interprocess::interprocess_mutex** ppmutexOpenSSL;
void locking_callback(int mode, int i, const char* file, int line)
Expand Down

0 comments on commit 7f10522

Please sign in to comment.