Removed reop

This commit is contained in:
Jack Jansen 1998-04-17 14:06:47 +00:00
parent bdbdb80b0b
commit b36b83011a
1 changed files with 0 additions and 2 deletions

View File

@ -81,7 +81,6 @@ extern void initbinascii();
extern void initsoundex();
extern void initoperator();
extern void initerrno();
extern void initreop();
extern void initpcre();
#ifdef THINK
extern void initmacconsole();
@ -188,7 +187,6 @@ struct _inittab _PyImport_Inittab[] = {
{"soundex", initsoundex},
{"operator", initoperator},
{"errno", initerrno},
{"reop", initreop},
{"pcre", initpcre},
#ifdef THINK_C
/* This is an interface to the Think runtime */