diff options
author | Thomas Heller <theller@ctypes.org> | 2004-06-02 18:58:55 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2004-06-02 18:58:55 (GMT) |
commit | 9f5f056d7547cd4d8347eb4c4a309eea5397f164 (patch) | |
tree | b76881829b59366525a0536be0a7176aad69ad03 /PC/config.c | |
parent | 118f931d07de3987958eee51e97b3323c190dbfd (diff) | |
download | cpython-9f5f056d7547cd4d8347eb4c4a309eea5397f164.zip cpython-9f5f056d7547cd4d8347eb4c4a309eea5397f164.tar.gz cpython-9f5f056d7547cd4d8347eb4c4a309eea5397f164.tar.bz2 |
Remove the pcre module.
Diffstat (limited to 'PC/config.c')
-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 1b8ddf1..152199f 100644 --- a/PC/config.c +++ b/PC/config.c @@ -33,7 +33,6 @@ extern void inittime(void); extern void initthread(void); extern void initcStringIO(void); extern void initcPickle(void); -extern void initpcre(void); #ifdef WIN32 extern void initmsvcrt(void); extern void init_locale(void); @@ -123,7 +122,6 @@ struct _inittab _PyImport_Inittab[] = { #endif {"cStringIO", initcStringIO}, {"cPickle", initcPickle}, - {"pcre", initpcre}, #ifdef WIN32 {"msvcrt", initmsvcrt}, {"_locale", init_locale}, |