summaryrefslogtreecommitdiff
path: root/pthread/pt-initialize.c
diff options
context:
space:
mode:
Diffstat (limited to 'pthread/pt-initialize.c')
-rw-r--r--pthread/pt-initialize.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/pthread/pt-initialize.c b/pthread/pt-initialize.c
index b423f36..094c596 100644
--- a/pthread/pt-initialize.c
+++ b/pthread/pt-initialize.c
@@ -25,8 +25,6 @@
#include <pthread.h>
#include <pthread-functions.h>
-DEFINE_HOOK (__pthread_init, (void));
-
#if IS_IN (libpthread)
static const struct pthread_functions pthread_functions =
{
@@ -83,5 +81,4 @@ ___pthread_init (void)
#if IS_IN (libpthread)
__libc_pthread_init(&pthread_functions);
#endif
- RUN_HOOK (__pthread_init, ());
}