mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Remove some more references to regex that I missed.
This commit is contained in:
parent
10be10cbe7
commit
c4bd28c303
5 changed files with 0 additions and 25 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue