mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Remove bogus declaration.
This commit is contained in:
parent
bf88b68f38
commit
335244c710
1 changed files with 0 additions and 2 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue