]> granicus.if.org Git - python/commitdiff
Remove bogus declaration.
authorFred Drake <fdrake@acm.org>
Fri, 5 Oct 2001 22:06:45 +0000 (22:06 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 5 Oct 2001 22:06:45 +0000 (22:06 +0000)
Include/weakrefobject.h

index 3886ea5d48b291b2292231e033de0310d6519ab3..6ead22b5157af73ba1f3f7ca0360337fa57607d5 100644 (file)
@@ -22,8 +22,6 @@ extern DL_IMPORT(PyTypeObject) _PyWeakref_RefType;
 extern DL_IMPORT(PyTypeObject) _PyWeakref_ProxyType;
 extern DL_IMPORT(PyTypeObject) _PyWeakref_CallableProxyType;
 
-extern DL_IMPORT(PyObject *) PyErr_ReferenceError;
-
 #define PyWeakref_CheckRef(op) \
         ((op)->ob_type == &_PyWeakref_RefType)
 #define PyWeakref_CheckProxy(op) \