mirror of
https://github.com/boostorg/thread.git
synced 2026-02-09 23:42:18 +00:00
remove comments.
This commit is contained in:
@@ -15,9 +15,7 @@
|
||||
#include <pthread.h>
|
||||
#include <stdlib.h>
|
||||
#include <memory>
|
||||
//#if defined BOOST_THREAD_PATCH
|
||||
#include <string.h> // memcmp.
|
||||
//#endif
|
||||
namespace boost
|
||||
{
|
||||
namespace thread_detail
|
||||
@@ -44,7 +42,6 @@ namespace boost
|
||||
}
|
||||
}
|
||||
|
||||
//#if defined BOOST_THREAD_PATCH
|
||||
const pthread_once_t pthread_once_init_value=PTHREAD_ONCE_INIT;
|
||||
struct BOOST_THREAD_DECL delete_epoch_tss_key_on_dlclose_t
|
||||
{
|
||||
@@ -60,7 +57,6 @@ namespace boost
|
||||
}
|
||||
};
|
||||
delete_epoch_tss_key_on_dlclose_t delete_epoch_tss_key_on_dlclose;
|
||||
//#endif
|
||||
}
|
||||
|
||||
uintmax_atomic_t& get_once_per_thread_epoch()
|
||||
|
||||
Reference in New Issue
Block a user