summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-06-16 01:37:36 (GMT)
committerTim Peters <tim.peters@gmail.com>2002-06-16 01:37:36 (GMT)
commit04443027107e1d53efaf7a41546f65af45748fd7 (patch)
tree504e74289e6f3e82b2811e8c0b86d700e423d421 /PC
parent0add0e86c70e96b25c745ea605a901e40bb4879d (diff)
downloadcpython-04443027107e1d53efaf7a41546f65af45748fd7.zip
cpython-04443027107e1d53efaf7a41546f65af45748fd7.tar.gz
cpython-04443027107e1d53efaf7a41546f65af45748fd7.tar.bz2
Nuked another reference to newmodule.c.
Diffstat (limited to 'PC')
-rw-r--r--PC/os2vacpp/config.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/PC/os2vacpp/config.c b/PC/os2vacpp/config.c
index 2e53c3f..1f9ca50 100644
--- a/PC/os2vacpp/config.c
+++ b/PC/os2vacpp/config.c
@@ -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