From a3db256e9e64a55e53e051756b3c1a6b6328c529 Mon Sep 17 00:00:00 2001 From: rpj Date: Tue, 9 Feb 1999 14:59:13 +0000 Subject: Thu Feb 4 10:07:28 1999 Ross Johnson * global.c: Remove Pthread_exception instantiation. * cancel.c (pthread_testcancel): Change C++ exception throw. * implement.h: Remove extern declaration. --- global.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'global.c') diff --git a/global.c b/global.c index abaea7c..a8bd69a 100644 --- a/global.c +++ b/global.c @@ -14,12 +14,6 @@ int _pthread_processInitialized = FALSE; pthread_key_t _pthread_selfThreadKey = NULL; pthread_key_t _pthread_cleanupKey = NULL; -#if !defined(_MSC_VER) && defined(__cplusplus) - -Pthread_exception pthread_exception; - -#endif - /* * Global lock for testing internal state of PTHREAD_MUTEX_INITIALIZER * created mutexes. -- cgit v1.2.3