diff options
author | Fred Drake <fdrake@acm.org> | 2007-10-11 18:05:38 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2007-10-11 18:05:38 (GMT) |
commit | f12088b9b3d3a7219dce0acc607b7aa19b08765b (patch) | |
tree | a56301b8fe9197fd8421f93d351fc0d2b576feba /PC | |
parent | 0e474a801ac6e01a24b900183ef101962148f317 (diff) | |
download | cpython-f12088b9b3d3a7219dce0acc607b7aa19b08765b.zip cpython-f12088b9b3d3a7219dce0acc607b7aa19b08765b.tar.gz cpython-f12088b9b3d3a7219dce0acc607b7aa19b08765b.tar.bz2 |
clean out some hotshot-related build turds
Diffstat (limited to 'PC')
-rw-r--r-- | PC/config.c | 1 |
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); |