diff options
-rw-r--r-- | Include/weakrefobject.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/weakrefobject.h b/Include/weakrefobject.h index 3886ea5..6ead22b 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) \ |