Skip to content

Commit 3f45f5d

Browse files
ZackerySpytzbrettcannon
authored andcommitted
bpo-33375: Fix GCC warning in Python/_warnings.c (GH-7556)
_Py_IDENTIFIER(argv) is now unused.
1 parent 1bcb8a6 commit 3f45f5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/_warnings.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ PyDoc_STRVAR(warnings__doc__,
99
MODULE_NAME " provides basic warning filtering support.\n"
1010
"It is a helper module to speed up interpreter start-up.");
1111

12-
_Py_IDENTIFIER(argv);
1312
_Py_IDENTIFIER(stderr);
1413
#ifndef Py_DEBUG
1514
_Py_IDENTIFIER(default);

0 commit comments

Comments
 (0)