]> granicus.if.org Git - python/commitdiff
Nuked another reference to newmodule.c.
authorTim Peters <tim.peters@gmail.com>
Sun, 16 Jun 2002 01:37:36 +0000 (01:37 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 16 Jun 2002 01:37:36 +0000 (01:37 +0000)
PC/os2vacpp/config.c

index 2e53c3f98e2931b4a8039d1790eb000917edc259..1f9ca50c61ebf51ead6269f464c3d46867e8196f 100644 (file)
@@ -61,7 +61,6 @@ struct _inittab _PyImport_Inittab[] = {
 //        {"imageop", initimageop},
         {"math", initmath},
         {"md5", initmd5},
-        {"new", initnew},
 #if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__)
         {"nt", initnt}, /* Use the NT os functions, not posix */
 #else