summaryrefslogtreecommitdiffstats
path: root/PC/config.c
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2007-10-11 18:05:38 (GMT)
committerFred Drake <fdrake@acm.org>2007-10-11 18:05:38 (GMT)
commitf12088b9b3d3a7219dce0acc607b7aa19b08765b (patch)
treea56301b8fe9197fd8421f93d351fc0d2b576feba /PC/config.c
parent0e474a801ac6e01a24b900183ef101962148f317 (diff)
downloadcpython-f12088b9b3d3a7219dce0acc607b7aa19b08765b.zip
cpython-f12088b9b3d3a7219dce0acc607b7aa19b08765b.tar.gz
cpython-f12088b9b3d3a7219dce0acc607b7aa19b08765b.tar.bz2
clean out some hotshot-related build turds
Diffstat (limited to 'PC/config.c')
-rw-r--r--PC/config.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/PC/config.c b/PC/config.c
index 4a33fec..ac2d067 100644
--- a/PC/config.c
+++ b/PC/config.c
@@ -28,7 +28,6 @@ extern void init_locale(void);
#endif
extern void init_codecs(void);
extern void init_weakref(void);
-extern void init_hotshot(void);
extern void initxxsubtype(void);
extern void initzipimport(void);
extern void init_random(void);