diff --git a/Python/_warnings.c b/Python/_warnings.c index 9c7a6e17b3b..d6614b2cf6d 100644 --- a/Python/_warnings.c +++ b/Python/_warnings.c @@ -9,7 +9,6 @@ PyDoc_STRVAR(warnings__doc__, MODULE_NAME " provides basic warning filtering support.\n" "It is a helper module to speed up interpreter start-up."); -_Py_IDENTIFIER(argv); _Py_IDENTIFIER(stderr); #ifndef Py_DEBUG _Py_IDENTIFIER(default);