summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-06-11 06:24:10 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-06-11 06:24:10 (GMT)
commite8465f2b413174084fcc2dc4cd7a53122c62ce4b (patch)
tree2e55a3a026236fd2765fe6925dd0ef25fd4fbc02 /PC
parent6cb0109d64869f706bd3ff9e4bfe5ecdfbeef065 (diff)
downloadcpython-e8465f2b413174084fcc2dc4cd7a53122c62ce4b.zip
cpython-e8465f2b413174084fcc2dc4cd7a53122c62ce4b.tar.gz
cpython-e8465f2b413174084fcc2dc4cd7a53122c62ce4b.tar.bz2
Remove PyInit_cStringIO again.
Diffstat (limited to 'PC')
-rw-r--r--PC/config.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/PC/config.c b/PC/config.c
index 5d69573..264c494 100644
--- a/PC/config.c
+++ b/PC/config.c
@@ -23,7 +23,6 @@ extern PyObject* PyInit__sha256(void);
extern PyObject* PyInit__sha512(void);
extern PyObject* PyInit_time(void);
extern PyObject* PyInit__thread(void);
-extern PyObject* PyInit_cStringIO(void);
#ifdef WIN32
extern PyObject* PyInit_msvcrt(void);
extern PyObject* PyInit__locale(void);