Commit 335244c7 authored by Fred Drake's avatar Fred Drake

Remove bogus declaration.

parent bf88b68f
...@@ -22,8 +22,6 @@ extern DL_IMPORT(PyTypeObject) _PyWeakref_RefType; ...@@ -22,8 +22,6 @@ extern DL_IMPORT(PyTypeObject) _PyWeakref_RefType;
extern DL_IMPORT(PyTypeObject) _PyWeakref_ProxyType; extern DL_IMPORT(PyTypeObject) _PyWeakref_ProxyType;
extern DL_IMPORT(PyTypeObject) _PyWeakref_CallableProxyType; extern DL_IMPORT(PyTypeObject) _PyWeakref_CallableProxyType;
extern DL_IMPORT(PyObject *) PyErr_ReferenceError;
#define PyWeakref_CheckRef(op) \ #define PyWeakref_CheckRef(op) \
((op)->ob_type == &_PyWeakref_RefType) ((op)->ob_type == &_PyWeakref_RefType)
#define PyWeakref_CheckProxy(op) \ #define PyWeakref_CheckProxy(op) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment