Skip to content

Commit 3350700

Browse files
Remove an unnecessary flag.
1 parent 025e9eb commit 3350700

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Programs/_freeze_importlib.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
#include <unistd.h>
1313
#endif
1414

15-
int Py_FrozenFlag = 1; /* Suppress errors from getpath.c */
16-
1715
/* To avoid a circular dependency on frozen.o, we create our own structure
1816
of frozen modules instead, left deliberately blank so as to avoid
1917
unintentional import of a stale version of _frozen_importlib. */

0 commit comments

Comments
 (0)