diff options
Diffstat (limited to 'ptw32_threadStart.c')
| -rw-r--r-- | ptw32_threadStart.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| 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;      }    } | 
