bpo-33375: Fix GCC warning in Python/_warnings.c (GH-7556)

_Py_IDENTIFIER(argv) is now unused.
This commit is contained in:
Zackery Spytz 2018-06-09 11:09:45 -06:00 committed by Brett Cannon
parent 1bcb8a6368
commit 3f45f5da8e
1 changed files with 0 additions and 1 deletions

View File

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