Skip to content

Commit 7211d30

Browse files
Remove an unused variable after bpo-35444. (GH-11117)
1 parent 2ab2afd commit 7211d30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎Objects/object.c‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ _Py_IDENTIFIER(Py_Repr);
1717
_Py_IDENTIFIER(__bytes__);
1818
_Py_IDENTIFIER(__dir__);
1919
_Py_IDENTIFIER(__isabstractmethod__);
20-
_Py_IDENTIFIER(builtins);
2120

2221
#ifdef Py_REF_DEBUG
2322
Py_ssize_t _Py_RefTotal;

0 commit comments

Comments
 (0)