diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:33 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:33 +0000 |
commit | e5054186e69880d24528092c2f8a9dd3023224f8 (patch) | |
tree | 77ec1e5bdd2bee4a903c8bf51da006a3b6a1ddb3 | |
parent | 5b76e7f23d2d4da544541ef90ee253c50eb3cc64 (diff) |
Remove extra #error
Author: jgg
Date: 1999-08-08 07:24:54 GMT
Remove extra #error
-rw-r--r-- | apt-pkg/contrib/error.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apt-pkg/contrib/error.cc b/apt-pkg/contrib/error.cc index 8db8bcc3c..e8b71fa7d 100644 --- a/apt-pkg/contrib/error.cc +++ b/apt-pkg/contrib/error.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: error.cc,v 1.7 1999/08/05 05:55:45 jgg Exp $ +// $Id: error.cc,v 1.8 1999/08/08 07:24:54 jgg Exp $ /* ###################################################################### Global Erorr Class - Global error mechanism @@ -36,7 +36,6 @@ manages errno */ #if _POSIX_THREADS == 1 && defined(HAVE_PTHREAD) #include <pthread.h> - #error PTHREAD static pthread_key_t ErrorKey; static void ErrorDestroy(void *Obj) {delete (GlobalError *)Obj;}; |