summaryrefslogtreecommitdiff
path: root/PC/config.c
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-06-16 01:34:49 +0000
committerTim Peters <tim.peters@gmail.com>2002-06-16 01:34:49 +0000
commitee420ee7b51eb2739aff0df5bfe8a1e8bd77193e (patch)
tree07e42f8e008efe8b9ae55d481180a72dd08d5c79 /PC/config.c
parent6686b82d2b71fc98bb5ef9ee890bd0c220481888 (diff)
downloadcpython-ee420ee7b51eb2739aff0df5bfe8a1e8bd77193e.tar.gz
Removed newmodule.c from the project, and removed references to it from
the Windowish builds.
Diffstat (limited to 'PC/config.c')
-rw-r--r--PC/config.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/PC/config.c b/PC/config.c
index 9e4da2aab8..38c6b50997 100644
--- a/PC/config.c
+++ b/PC/config.c
@@ -20,7 +20,6 @@ extern void initimageop(void);
#endif
extern void initmath(void);
extern void initmd5(void);
-extern void initnew(void);
extern void initnt(void);
extern void initoperator(void);
extern void initregex(void);
@@ -72,7 +71,6 @@ struct _inittab _PyImport_Inittab[] = {
#endif
{"math", initmath},
{"md5", initmd5},
- {"new", initnew},
{"nt", initnt}, /* Use the NT os functions, not posix */
{"operator", initoperator},
{"regex", initregex},