From: Fred Drake Date: Fri, 5 Oct 2001 22:06:45 +0000 (+0000) Subject: Remove bogus declaration. X-Git-Tag: v2.2.1c1~1427 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=335244c710c57699bd5d243915a3403277489047;p=python Remove bogus declaration. --- diff --git a/Include/weakrefobject.h b/Include/weakrefobject.h index 3886ea5d48..6ead22b515 100644 --- a/Include/weakrefobject.h +++ b/Include/weakrefobject.h @@ -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) \