From 7211d306d4c2f73732540759e20dd17bd18b3361 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Tue, 11 Dec 2018 15:14:12 +0200 Subject: Remove an unused variable after bpo-35444. (GH-11117) --- Objects/object.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Objects/object.c b/Objects/object.c index 993342e..6c2bd77 100644 --- a/Objects/object.c +++ b/Objects/object.c @@ -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; -- cgit v0.12