summaryrefslogtreecommitdiffstats
path: root/Objects
diff options
context:
space:
mode:
Diffstat (limited to 'Objects')
-rw-r--r--Objects/object.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/Objects/object.c b/Objects/object.c
index 20a6a93..3328643 100644
--- a/Objects/object.c
+++ b/Objects/object.c
@@ -1909,13 +1909,6 @@ _Py_ReadyTypes(void)
static PyObject refchain = {&refchain, &refchain};
void
-_Py_ResetReferences(void)
-{
- refchain._ob_prev = refchain._ob_next = &refchain;
- _Py_RefTotal = 0;
-}
-
-void
_Py_NewReference(PyObject *op)
{
_Py_INC_REFTOTAL;