@@ -24,7 +24,6 @@ extern void initregex(void);
2424#ifndef MS_WIN64
2525extern void initrgbimg (void );
2626#endif
27- extern void initrotor (void );
2827extern void initsignal (void );
2928extern void initsha (void );
3029extern void initstrop (void );
@@ -38,7 +37,6 @@ extern void initmsvcrt(void);
3837extern void init_locale (void );
3938#endif
4039extern void init_codecs (void );
41- extern void initxreadlines (void );
4240extern void init_weakref (void );
4341extern void init_hotshot (void );
4442extern void initxxsubtype (void );
@@ -93,7 +91,6 @@ struct _inittab _PyImport_Inittab[] = {
9391#ifndef MS_WIN64
9492 {"rgbimg" , initrgbimg },
9593#endif
96- {"rotor" , initrotor },
9794 {"signal" , initsignal },
9895 {"sha" , initsha },
9996 {"strop" , initstrop },
@@ -110,7 +107,6 @@ struct _inittab _PyImport_Inittab[] = {
110107#endif
111108
112109 {"_codecs" , init_codecs },
113- {"xreadlines" , initxreadlines },
114110 {"_weakref" , init_weakref },
115111 {"_hotshot" , init_hotshot },
116112 {"_random" , init_random },
0 commit comments