From eb28d5aa00690b67cc27e4bd93d2c4c251987c85 Mon Sep 17 00:00:00 2001 From: rpj Date: Wed, 9 Mar 2011 06:51:54 +0000 Subject: *** empty log message *** --- ptw32_threadStart.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ptw32_threadStart.c') diff --git a/ptw32_threadStart.c b/ptw32_threadStart.c index 3bc7ede..c485d16 100644 --- a/ptw32_threadStart.c +++ b/ptw32_threadStart.c @@ -268,7 +268,6 @@ ptw32_threadStart (void *vthreadParms) * ptw32_terminate() will be called if there is no user * supplied function. */ - terminate_function term_func = set_terminate (0); set_terminate (term_func); @@ -277,7 +276,6 @@ ptw32_threadStart (void *vthreadParms) { term_func (); } - throw; } } -- cgit v1.2.3