Commit b5b652e4 authored by Martin v. Löwis's avatar Martin v. Löwis

Drop cPickle from Windows build process.

parent 95c95ce5
...@@ -22,7 +22,6 @@ extern void init_sha512(void); ...@@ -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[] = { ...@@ -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},
......
...@@ -478,9 +478,6 @@ ...@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment