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

Skip to content

Commit f02f4c8

Browse files
committed
Soundex has gone.
1 parent 501d89d commit f02f4c8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Mac/Modules/macconfig.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ extern void initsyslog();
7575
extern void initgestalt();
7676
extern void initmacfs();
7777
extern void initbinascii();
78-
extern void initsoundex();
7978
extern void initoperator();
8079
extern void initerrno();
8180
extern void initpcre();
@@ -199,7 +198,6 @@ struct _inittab _PyImport_Inittab[] = {
199198
{"gestalt", initgestalt},
200199
{"macfs", initmacfs},
201200
{"binascii", initbinascii},
202-
{"soundex", initsoundex},
203201
{"operator", initoperator},
204202
{"errno", initerrno},
205203
{"pcre", initpcre},

0 commit comments

Comments
 (0)