diff options
author | Georg Brandl <georg@python.org> | 2008-06-10 15:50:56 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-06-10 15:50:56 (GMT) |
commit | 0312494665ba9a6492956183c181e1b87e10820d (patch) | |
tree | f5965d4f17e7d075661728a5f25e608e32bd5f62 /PC/os2emx/config.c | |
parent | b1ef6735ba175d243b3bb8d7f46c53ffbecfb7bd (diff) | |
download | cpython-0312494665ba9a6492956183c181e1b87e10820d.zip cpython-0312494665ba9a6492956183c181e1b87e10820d.tar.gz cpython-0312494665ba9a6492956183c181e1b87e10820d.tar.bz2 |
Remove last traces of cStringIO.
Diffstat (limited to 'PC/os2emx/config.c')
-rw-r--r-- | PC/os2emx/config.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/PC/os2emx/config.c b/PC/os2emx/config.c index 93fbecc..88ece9d 100644 --- a/PC/os2emx/config.c +++ b/PC/os2emx/config.c @@ -50,7 +50,6 @@ extern void init_symtable(); extern void init_weakref(); extern void initarray(); extern void initbinascii(); -extern void initcStringIO(); extern void initcollections(); extern void initcmath(); extern void initdatetime(); @@ -110,7 +109,6 @@ struct _inittab _PyImport_Inittab[] = { {"_weakref", init_weakref}, {"array", initarray}, {"binascii", initbinascii}, - {"cStringIO", initcStringIO}, {"collections", initcollections}, {"cmath", initcmath}, {"datetime", initdatetime}, |