summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_weakref.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/internal/pycore_weakref.h')
-rw-r--r--Include/internal/pycore_weakref.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/internal/pycore_weakref.h b/Include/internal/pycore_weakref.h
index e057a27..cc6c7ff 100644
--- a/Include/internal/pycore_weakref.h
+++ b/Include/internal/pycore_weakref.h
@@ -111,8 +111,6 @@ extern Py_ssize_t _PyWeakref_GetWeakrefCount(PyObject *obj);
// intact.
extern void _PyWeakref_ClearWeakRefsExceptCallbacks(PyObject *obj);
-extern void _PyWeakref_ClearRef(PyWeakReference *self);
-
PyAPI_FUNC(int) _PyWeakref_IsDead(PyObject *weakref);
#ifdef __cplusplus