Skip to content

Commit

Permalink
Remove more hotshot cruft.
Browse files Browse the repository at this point in the history
  • Loading branch information
nnorwitz committed Oct 13, 2007
1 parent fe9bed0 commit c05d384
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 17 deletions.
4 changes: 0 additions & 4 deletions PC/VC6/pythoncore.dsp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion PC/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down
6 changes: 1 addition & 5 deletions PC/os2emx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,7 @@ EASYEXTMODULES= fpectl \
# Python modules to be dynamically loaded that need explicit build rules
# (either multiple source files and/or non-standard module naming)
# (NOTE: use shortened names for modules affected by 8 char name limit)
HARDEXTMODULES= _hotshot \
_socket \
HARDEXTMODULES= _socket \
_testcap \
unicoded

Expand Down Expand Up @@ -567,9 +566,6 @@ $(PGEN.EXE): $(OBJ.PGEN) $(OUT)pgen.def
# awkward handling (due e.g. to non-std naming, or multiple source files)
# - standard modules

_hotshot$(MODULE.EXT): $(OUT)_hotshot$O $(OUT)_hotshot_m.def $(PYTHON.IMPLIB)
$(LD) $(LDFLAGS.DLL) -o $@ $(^^) $(L^) $(LIBS)

_socket$(MODULE.EXT): $(OUT)socketmodule$O $(OUT)_socket_m.def $(PYTHON.IMPLIB)
$(LD) $(LDFLAGS.DLL) -o $@ $(^^) $(L^) $(LIBS)

Expand Down
2 changes: 0 additions & 2 deletions PC/os2emx/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ extern void initzipimport();
#if !HAVE_DYNAMIC_LOADING
extern void init_curses();
extern void init_curses_panel();
extern void init_hotshot();
extern void init_testcapi();
extern void initbz2();
extern void initfpectl();
Expand Down Expand Up @@ -134,7 +133,6 @@ struct _inittab _PyImport_Inittab[] = {
#if !HAVE_DYNAMIC_LOADING
{"_curses", init_curses},
{"_curses_panel", init_curses_panel},
{"_hotshot", init_hotshot},
{"_testcapi", init_testcapi},
{"bz2", initbz2},
{"fpectl", initfpectl},
Expand Down
4 changes: 0 additions & 4 deletions PCbuild8/pythoncore/pythoncore.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -1413,10 +1413,6 @@
RelativePath="..\..\Modules\_heapqmodule.c"
>
</File>
<File
RelativePath="..\..\Modules\_hotshot.c"
>
</File>
<File
RelativePath="..\..\Modules\_localemodule.c"
>
Expand Down
1 change: 0 additions & 1 deletion Tools/scripts/README
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ ftpmirror.py FTP mirror script
google.py Open a webbrowser with Google.
gprof2html.py Transform gprof(1) output into useful HTML.
h2py.py Translate #define's into Python assignments
hotshotmain.py Main program to run script under control of hotshot
idle Main program to start IDLE
ifdef.py Remove #if(n)def groups from C sources
lfcr.py Change LF line endings to CRLF (Unix to Windows)
Expand Down

0 comments on commit c05d384

Please sign in to comment.