]> granicus.if.org Git - python/commitdiff
Remove an unnecessary flag.
authorEric Snow <ericsnowcurrently@gmail.com>
Wed, 6 May 2015 03:29:31 +0000 (21:29 -0600)
committerEric Snow <ericsnowcurrently@gmail.com>
Wed, 6 May 2015 03:29:31 +0000 (21:29 -0600)
Programs/_freeze_importlib.c

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