diff options
Diffstat (limited to 'PC')
-rw-r--r-- | PC/config.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/PC/config.c b/PC/config.c index 38d91de..4a33fec 100644 --- a/PC/config.c +++ b/PC/config.c @@ -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}, |