From: Tim Peters Date: Tue, 31 Aug 2004 14:29:12 +0000 (+0000) Subject: Remove rotor and xreadlines from VC 7.1 build. X-Git-Tag: v2.4a3~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=adadc0f56fa2c5e6e695e34b1bd4b72640ecd089;p=python Remove rotor and xreadlines from VC 7.1 build. --- diff --git a/PC/config.c b/PC/config.c index e432d4fd74..a8f27b8e34 100644 --- a/PC/config.c +++ b/PC/config.c @@ -24,7 +24,6 @@ extern void initregex(void); #ifndef MS_WIN64 extern void initrgbimg(void); #endif -extern void initrotor(void); extern void initsignal(void); extern void initsha(void); extern void initstrop(void); @@ -38,7 +37,6 @@ extern void initmsvcrt(void); extern void init_locale(void); #endif extern void init_codecs(void); -extern void initxreadlines(void); extern void init_weakref(void); extern void init_hotshot(void); extern void initxxsubtype(void); @@ -93,7 +91,6 @@ struct _inittab _PyImport_Inittab[] = { #ifndef MS_WIN64 {"rgbimg", initrgbimg}, #endif - {"rotor", initrotor}, {"signal", initsignal}, {"sha", initsha}, {"strop", initstrop}, @@ -110,7 +107,6 @@ struct _inittab _PyImport_Inittab[] = { #endif {"_codecs", init_codecs}, - {"xreadlines", initxreadlines}, {"_weakref", init_weakref}, {"_hotshot", init_hotshot}, {"_random", init_random}, diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 1e5617c6d2..b4cda83c48 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -2679,33 +2679,6 @@ PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT;$(NoInherit)"/> - - - - - - - - - - - - - - - - - - - - - -