mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Remove an unused variable after bpo-35444. (GH-11117)
This commit is contained in:
parent
2ab2afd387
commit
7211d306d4
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ _Py_IDENTIFIER(Py_Repr);
|
|||
_Py_IDENTIFIER(__bytes__);
|
||||
_Py_IDENTIFIER(__dir__);
|
||||
_Py_IDENTIFIER(__isabstractmethod__);
|
||||
_Py_IDENTIFIER(builtins);
|
||||
|
||||
#ifdef Py_REF_DEBUG
|
||||
Py_ssize_t _Py_RefTotal;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue