Skip to content

Commit

Permalink
Drop cPickle from Windows build process.
Browse files Browse the repository at this point in the history
  • Loading branch information
loewis committed Jul 22, 2007
1 parent 95c95ce commit b5b652e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions PC/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -92,7 +91,6 @@ struct _inittab _PyImport_Inittab[] = {
{"thread", initthread},
#endif
{"cStringIO", initcStringIO},
{"cPickle", initcPickle},
#ifdef WIN32
{"msvcrt", initmsvcrt},
{"_locale", init_locale},
Expand Down
3 changes: 0 additions & 3 deletions PCbuild/pythoncore.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -478,9 +478,6 @@
<File
RelativePath="..\PC\config.c">
</File>
<File
RelativePath="..\Modules\cPickle.c">
</File>
<File
RelativePath="..\Modules\cStringIO.c">
</File>
Expand Down

0 comments on commit b5b652e

Please sign in to comment.