summaryrefslogtreecommitdiff
path: root/implement.h
diff options
context:
space:
mode:
authorrpj <rpj>1999-02-09 14:59:13 +0000
committerrpj <rpj>1999-02-09 14:59:13 +0000
commita3db256e9e64a55e53e051756b3c1a6b6328c529 (patch)
treebe1b2ed556407fbb1acddfbea76cf11f68d5a760 /implement.h
parent9e253ed18b58158600fe1b4eed306c11523e7a53 (diff)
Thu Feb 4 10:07:28 1999 Ross Johnson <rpj@ixobrychus.canberra.edu.au>snapshot-1999-02-10
* global.c: Remove Pthread_exception instantiation. * cancel.c (pthread_testcancel): Change C++ exception throw. * implement.h: Remove extern declaration.
Diffstat (limited to 'implement.h')
-rw-r--r--implement.h2
1 files changed, 0 insertions, 2 deletions
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.