Remove last traces of cStringIO.

This commit is contained in:
Georg Brandl 2008-06-10 15:50:56 +00:00
parent b1ef6735ba
commit 0312494665
13 changed files with 7 additions and 119 deletions

View file

@ -34,7 +34,6 @@ extern void init_socket(void);
extern void initstruct(void);
extern void inittime(void);
extern void init_thread(void);
extern void initcStringIO(void);
extern void initpcre(void);
#ifdef WIN32
extern void initmsvcrt(void);
@ -78,7 +77,6 @@ struct _inittab _PyImport_Inittab[] = {
#ifdef WITH_THREAD
{"_thread", init_thread},
#endif
{"cStringIO", initcStringIO},
{"pcre", initpcre},
#ifdef WIN32
{"msvcrt", initmsvcrt},