Skip to content

Commit 0c3c1c7

Browse files
committed
Remove dead function.
1 parent 771d7ed commit 0c3c1c7

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

Modules/_testinternalcapi.c

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2342,16 +2342,6 @@ incref_decref_delayed(PyObject *self, PyObject *op)
23422342
Py_RETURN_NONE;
23432343
}
23442344

2345-
static PyInterpreterRef
2346-
get_strong_ref(void)
2347-
{
2348-
PyInterpreterRef ref;
2349-
if (PyInterpreterRef_Get(&ref) < 0) {
2350-
Py_FatalError("strong reference should not have failed");
2351-
}
2352-
return ref;
2353-
}
2354-
23552345
#define NUM_REFS 100
23562346

23572347
static PyObject *

0 commit comments

Comments
 (0)