diff options
author | sr55 <[email protected]> | 2010-02-06 21:22:04 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-02-06 21:22:04 +0000 |
commit | 4addbbb7ef7545d4c684a845ef424b2264decf1a (patch) | |
tree | edf42cc2b9e4e953b25a2fce07ffc44db7036ff9 /test | |
parent | 563dc3d304c479c07cdb0130a65709a0572bd0d0 (diff) |
remove pthread deatch calls
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3103 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/test.c b/test/test.c index ad4ea514a..aa09a34c7 100644 --- a/test/test.c +++ b/test/test.c @@ -356,11 +356,6 @@ int main( int argc, char ** argv ) fprintf( stderr, "HandBrake has exited.\n" ); -#if defined( PTW32_STATIC_LIB ) - pthread_win32_thread_detach_np(); - pthread_win32_process_detach_np(); -#endif - return 0; } |