Commit d6bc8f10 authored by Ms2ger's avatar Ms2ger
Browse files

Bug 1292088 - Remove ENABLE_METHODJIT_SPEW / JS_METHODJIT_SPEW; r=glandium

Neither is used anywhere else in the repository.
parent 57fa6348
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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 ========================================================