Remove unused -DJS_USE_SAFE_ARENA build option (508095, r=brendan).

This commit is contained in:
Andreas Gal 2009-08-04 14:51:06 -07:00
parent ef90f6f522
commit 625f0b8d66

View File

@ -257,8 +257,6 @@ endif
EXPORTS = $(INSTALLED_HEADERS)
JS_SAFE_ARENA = 1
DASH_R = -r
ifneq (,$(filter OS2 WINCE WINNT,$(OS_ARCH)))
@ -365,10 +363,6 @@ ifneq (,$(CROSS_COMPILE)$(filter-out WINNT,$(OS_ARCH)))
TARGETS += jscpucfg$(HOST_BIN_SUFFIX)
endif
ifdef JS_SAFE_ARENA
DEFINES += -DJS_USE_SAFE_ARENA
endif
ifdef JS_THREADSAFE
DEFINES += -DJS_THREADSAFE
endif