Bug 1663850 - Remove unused variables in config/config.mk. r=firefox-build-system-reviewers,rstewart

Differential Revision: https://phabricator.services.mozilla.com/D89551
This commit is contained in:
Mike Hommey 2020-09-09 23:50:38 +00:00
parent 76523a630e
commit 8d261dbd4e

View File

@ -106,12 +106,6 @@ ifdef XPI_NAME
ACDEFINES += -DXPI_NAME=$(XPI_NAME)
endif
# The VERSION_NUMBER is suffixed onto the end of the DLLs we ship.
VERSION_NUMBER = 50
CONFIG_TOOLS = $(MOZ_BUILD_ROOT)/config
AUTOCONF_TOOLS = $(MOZILLA_DIR)/build/autoconf
CC := $(CC_WRAPPER) $(CC)
CXX := $(CXX_WRAPPER) $(CXX)
MKDIR ?= mkdir