summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/Programs/_bootstrap_python.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tools/python3/Programs/_bootstrap_python.c')
-rw-r--r--contrib/tools/python3/Programs/_bootstrap_python.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/contrib/tools/python3/Programs/_bootstrap_python.c b/contrib/tools/python3/Programs/_bootstrap_python.c
index 6c388fc7033..6443d814a22 100644
--- a/contrib/tools/python3/Programs/_bootstrap_python.c
+++ b/contrib/tools/python3/Programs/_bootstrap_python.c
@@ -15,19 +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)
-{
- return 0;
-}
-/* Empty finalizer for deepfrozen modules */
-void
-_Py_Deepfreeze_Fini(void)
-{
-}
-
/* Note that a negative size indicates a package. */
static const struct _frozen bootstrap_modules[] = {