Remove an unnecessary flag.

This commit is contained in:
Eric Snow 2015-05-05 21:29:31 -06:00
parent 025e9ebd0a
commit 33507000c7
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@
#include <unistd.h> #include <unistd.h>
#endif #endif
int Py_FrozenFlag = 1; /* Suppress errors from getpath.c */
/* To avoid a circular dependency on frozen.o, we create our own structure /* To avoid a circular dependency on frozen.o, we create our own structure
of frozen modules instead, left deliberately blank so as to avoid of frozen modules instead, left deliberately blank so as to avoid
unintentional import of a stale version of _frozen_importlib. */ unintentional import of a stale version of _frozen_importlib. */