summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/test.c b/test/test.c
index 6355746d4..ad4ea514a 100644
--- a/test/test.c
+++ b/test/test.c
@@ -187,11 +187,6 @@ int main( int argc, char ** argv )
return 1;
}
-#if defined( PTW32_STATIC_LIB )
- pthread_win32_process_attach_np();
- pthread_win32_thread_attach_np();
-#endif
-
/* Register our error handler */
hb_register_error_handler(&hb_cli_error_handler);