Bug 502953 - Followup patch to remove residual makefile entries, r=dvander.

--HG--
extra : rebase_source : 5e0c1dea8ad190a0fd432a4c8a2791e1cccd7e2f
This commit is contained in:
Graydon Hoare 2009-07-09 13:33:16 -07:00
parent f60779aef5
commit 3b37933d2d
2 changed files with 0 additions and 7 deletions

View File

@ -240,9 +240,6 @@ AS_DASH_C_FLAG =
ASFILES += jswince.asm
endif
ifdef DEBUG
CPPSRCS += TraceTreeDrawer.cpp
endif
endif # ENABLE_JIT
ifdef HAVE_DTRACE

View File

@ -223,7 +223,6 @@ JS_HFILES += \
nanojit/Native.h \
nanojit/RegAlloc.h \
nanojit/nanojit.h \
nanojit/TraceTreeDrawer.h \
$(NULL)
endif
@ -311,9 +310,6 @@ JS_CPPFILES += \
nanojit/avmplus.cpp \
$(NULL)
ifdef DEBUG
JS_CPPFILES += nanojit/TraceTreeDrawer.cpp
endif
endif
ifndef BUILD_OPT