Remove some more references to regex that I missed.

This commit is contained in:
Neal Norwitz 2006-03-16 07:05:59 +00:00
parent 10be10cbe7
commit c4bd28c303
5 changed files with 0 additions and 25 deletions

View file

@ -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