Skip to content

Commit

Permalink
Remove an unused variable after bpo-35444. (GH-11117)
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiy-storchaka authored Dec 11, 2018
1 parent 2ab2afd commit 7211d30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Objects/object.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7211d30

Please sign in to comment.