]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Soundex has gone.
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 27 Feb 2001 12:59:49 +0000 (12:59 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 27 Feb 2001 12:59:49 +0000 (12:59 +0000)
Mac/Modules/macconfig.c

index fe63722d16337a0c9f3a4cfe5a79fec9f7a1d9d2..266ac3bb196118eb3065d36b5650f051b63f9343 100644 (file)
@@ -75,7 +75,6 @@ extern void initsyslog();
 extern void initgestalt();
 extern void initmacfs();
 extern void initbinascii();
-extern void initsoundex();
 extern void initoperator();
 extern void initerrno();
 extern void initpcre();
@@ -199,7 +198,6 @@ struct _inittab _PyImport_Inittab[] = {
        {"gestalt", initgestalt},
        {"macfs", initmacfs},
        {"binascii", initbinascii},
-       {"soundex", initsoundex},
        {"operator", initoperator},
        {"errno", initerrno},
        {"pcre", initpcre},