Bug 1292088 - Remove ENABLE_METHODJIT_SPEW / JS_METHODJIT_SPEW; r=glandium

Neither is used anywhere else in the repository.
This commit is contained in:
Ms2ger 2016-08-05 11:44:15 +02:00
parent 57fa63483d
commit d6bc8f10b9

View File

@ -1086,8 +1086,6 @@ MOZ_ARG_DISABLE_BOOL(ion,
[ --disable-ion Disable use of the IonMonkey JIT],
ENABLE_ION= )
AC_SUBST(ENABLE_METHODJIT_SPEW)
AC_SUBST(ENABLE_ION)
if test -n "$COMPILE_ENVIRONMENT"; then
@ -1698,10 +1696,6 @@ dnl =
dnl ========================================================
MOZ_ARG_HEADER(Debugging and Optimizations)
if test "$ENABLE_METHODJIT_SPEW"; then
AC_DEFINE(JS_METHODJIT_SPEW)
fi
dnl ========================================================
dnl = Enable code optimization. ON by default.
dnl ========================================================