Skip to content

Commit a639176

Browse files
committed
Remove unused variable (interp)
1 parent 962ef4a commit a639176

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Objects/object.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3601,7 +3601,6 @@ _Py_CheckSingletons(void)
36013601
assert(!PyErr_Occurred());
36023602
PyObject *obj;
36033603
long ival;
3604-
PyInterpreterState *interp = _PyInterpreterState_GET();
36053604

36063605
// None
36073606
obj = Py_None;

0 commit comments

Comments
 (0)