Skip to content

Commit

Permalink
Remove PyInit_cStringIO again.
Browse files Browse the repository at this point in the history
  • Loading branch information
loewis committed Jun 11, 2008
1 parent 6cb0109 commit e8465f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PC/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e8465f2

Please sign in to comment.