From: Eric Snow Date: Wed, 6 May 2015 03:29:31 +0000 (-0600) Subject: Remove an unnecessary flag. X-Git-Tag: v3.5.0b1~240 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33507000c7fecbf71fa8ce125999fcd353a8bbb7;p=python Remove an unnecessary flag. --- diff --git a/Programs/_freeze_importlib.c b/Programs/_freeze_importlib.c index 42749db7ea..aecb1232af 100644 --- a/Programs/_freeze_importlib.c +++ b/Programs/_freeze_importlib.c @@ -12,8 +12,6 @@ #include #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. */