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. --- implement.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'implement.h') diff --git a/implement.h b/implement.h index ca138cd..2103027 100644 --- a/implement.h +++ b/implement.h @@ -134,8 +134,6 @@ struct ThreadKeyAssoc { class Pthread_exception {}; -extern Pthread_exception pthread_exception; - #else /* __cplusplus */ #warning File __FILE__, Line __LINE__: Cancellation not supported under C. -- cgit v1.2.3