Bug 1114745 - remove dead IS_ASAN defines from automation-build.mk; r=ted

Nothing uses IS_ASAN, likely because all relevant uses have been ported
over to mozinfo.
This commit is contained in:
Nathan Froyd 2014-12-22 16:00:34 -05:00
parent acf1d1ab57
commit 7a004d4826

View File

@ -54,12 +54,6 @@ else
AUTOMATION_PPARGS += -DCRASHREPORTER=0
endif
ifdef MOZ_ASAN
AUTOMATION_PPARGS += -DIS_ASAN=1
else
AUTOMATION_PPARGS += -DIS_ASAN=0
endif
automation.py: $(MOZILLA_DIR)/build/automation.py.in $(MOZILLA_DIR)/build/automation-build.mk
$(call py_action,preprocessor, \
$(AUTOMATION_PPARGS) $(DEFINES) $(ACDEFINES) $< -o $@)