Skip to content

Commit

Permalink
Remove bogus declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
freddrake committed Oct 5, 2001
1 parent bf88b68 commit 335244c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Include/weakrefobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit 335244c

Please sign in to comment.