aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Programs
diff options
context:
space:
mode:
Diffstat (limited to 'Programs')
-rw-r--r--Programs/_bootstrap_python.c2
-rw-r--r--Programs/_freeze_module.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/Programs/_bootstrap_python.c b/Programs/_bootstrap_python.c
index 6c388fc7033..34f79191b4e 100644
--- a/Programs/_bootstrap_python.c
+++ b/Programs/_bootstrap_python.c
@@ -15,8 +15,6 @@
#include "Python/frozen_modules/zipimport.h"
/* End includes */
-uint32_t _Py_next_func_version = 1;
-
/* Empty initializer for deepfrozen modules */
int _Py_Deepfreeze_Init(void)
{
diff --git a/Programs/_freeze_module.c b/Programs/_freeze_module.c
index f6c46fa629e..3de6c6816c1 100644
--- a/Programs/_freeze_module.c
+++ b/Programs/_freeze_module.c
@@ -22,8 +22,6 @@
# include <unistd.h>
#endif
-uint32_t _Py_next_func_version = 1;
-
/* Empty initializer for deepfrozen modules */
int _Py_Deepfreeze_Init(void)
{