2
0
mirror of https://github.com/boostorg/thread.git synced 2026-02-09 23:42:18 +00:00

remove comments.

This commit is contained in:
Vicente J. Botet Escriba
2015-09-24 01:36:41 +02:00
parent a86e2ebcc4
commit 0fdd4fc620
2 changed files with 0 additions and 7 deletions

View File

@@ -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()