Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4a7d701

Browse files
committed
Delete references to initreop().
1 parent 63096d4 commit 4a7d701

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

PC/config.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ extern void initnew();
4848
extern void initnt();
4949
extern void initoperator();
5050
extern void initregex();
51-
extern void initreop();
5251
extern void initrgbimg();
5352
extern void initrotor();
5453
extern void initsignal();
@@ -87,7 +86,6 @@ struct _inittab _PyImport_Inittab[] = {
8786
{"nt", initnt}, /* Use the NT os functions, not posix */
8887
{"operator", initoperator},
8988
{"regex", initregex},
90-
{"reop", initreop},
9189
{"rgbimg", initrgbimg},
9290
{"rotor", initrotor},
9391
{"signal", initsignal},

0 commit comments

Comments
 (0)