diff src/util.cpp @ 2167:dea3ba62a8b4 draft

removed obsolete boost workaround (boost ticket #4258)
author Philip Kaufmann <phil.kaufmann@t-online.de>
date Thu, 05 Apr 2012 08:34:31 +0200 (2012-04-05)
parents eb336ea43cc7
children acab8afcdba7
line wrap: on
line diff
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -33,16 +33,6 @@
 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)