Drop cPickle from Windows build process.

This commit is contained in:
Martin v. Löwis 2007-07-22 14:48:07 +00:00
parent 95c95ce5be
commit b5b652e4d1
2 changed files with 0 additions and 5 deletions

View file

@ -22,7 +22,6 @@ extern void init_sha512(void);
extern void inittime(void); extern void inittime(void);
extern void initthread(void); extern void initthread(void);
extern void initcStringIO(void); extern void initcStringIO(void);
extern void initcPickle(void);
#ifdef WIN32 #ifdef WIN32
extern void initmsvcrt(void); extern void initmsvcrt(void);
extern void init_locale(void); extern void init_locale(void);
@ -92,7 +91,6 @@ struct _inittab _PyImport_Inittab[] = {
{"thread", initthread}, {"thread", initthread},
#endif #endif
{"cStringIO", initcStringIO}, {"cStringIO", initcStringIO},
{"cPickle", initcPickle},
#ifdef WIN32 #ifdef WIN32
{"msvcrt", initmsvcrt}, {"msvcrt", initmsvcrt},
{"_locale", init_locale}, {"_locale", init_locale},

View file

@ -478,9 +478,6 @@
<File <File
RelativePath="..\PC\config.c"> RelativePath="..\PC\config.c">
</File> </File>
<File
RelativePath="..\Modules\cPickle.c">
</File>
<File <File
RelativePath="..\Modules\cStringIO.c"> RelativePath="..\Modules\cStringIO.c">
</File> </File>