summaryrefslogtreecommitdiffstats
path: root/PC/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'PC/config.c')
-rw-r--r--PC/config.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/PC/config.c b/PC/config.c
index ee62dc5..75e1a3c 100644
--- a/PC/config.c
+++ b/PC/config.c
@@ -20,7 +20,6 @@ extern void initmath(void);
extern void init_md5(void);
extern void initnt(void);
extern void initoperator(void);
-extern void initregex(void);
#ifndef MS_WIN64
extern void initrgbimg(void);
#endif
@@ -95,7 +94,6 @@ struct _inittab _PyImport_Inittab[] = {
{"_md5", init_md5},
{"nt", initnt}, /* Use the NT os functions, not posix */
{"operator", initoperator},
- {"regex", initregex},
#ifndef MS_WIN64
{"rgbimg", initrgbimg},
#endif