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);
extern void inittime(void);
extern void initthread(void);
extern void initcStringIO(void);
extern void initcPickle(void);
#ifdef WIN32
extern void initmsvcrt(void);
extern void init_locale(void);
......@@ -92,7 +91,6 @@ struct _inittab _PyImport_Inittab[] = {
{"thread", initthread},
#endif
{"cStringIO", initcStringIO},
{"cPickle", initcPickle},
#ifdef WIN32
{"msvcrt", initmsvcrt},
{"_locale", init_locale},
......
......@@ -478,9 +478,6 @@
<File
RelativePath="..\PC\config.c">
</File>
<File
RelativePath="..\Modules\cPickle.c">
</File>
<File
RelativePath="..\Modules\cStringIO.c">
</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