Remove more remnants of deepfreeze (#118159)

This commit is contained in:
Guido van Rossum 2024-04-22 12:17:57 -07:00 committed by GitHub
parent 8974a63f5e
commit 4c7bfdff90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 0 additions and 29 deletions

View file

@ -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[] = {