Remove an unused variable after bpo-35444. (GH-11117)

This commit is contained in:
Serhiy Storchaka 2018-12-11 15:14:12 +02:00 committed by GitHub
parent 2ab2afd387
commit 7211d306d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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;