summaryrefslogtreecommitdiffstats
path: root/Programs/_bootstrap_python.c
diff options
context:
space:
mode:
Diffstat (limited to 'Programs/_bootstrap_python.c')
-rw-r--r--Programs/_bootstrap_python.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/Programs/_bootstrap_python.c b/Programs/_bootstrap_python.c
index 34f7919..6443d81 100644
--- a/Programs/_bootstrap_python.c
+++ b/Programs/_bootstrap_python.c
@@ -15,17 +15,6 @@
#include "Python/frozen_modules/zipimport.h"
/* End includes */
-/* 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[] = {