diff options
Diffstat (limited to 'PC/config.c')
-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 ac2d067..c74b2e4 100644 --- a/PC/config.c +++ b/PC/config.c @@ -99,7 +99,6 @@ struct _inittab _PyImport_Inittab[] = { {"_codecs", init_codecs}, {"_weakref", init_weakref}, - {"_hotshot", init_hotshot}, {"_random", init_random}, {"_bisect", init_bisect}, {"_heapq", init_heapq}, |