From 8d261dbd4e4d3d6580db824feb57c374ab3f1524 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Wed, 9 Sep 2020 23:50:38 +0000 Subject: [PATCH] Bug 1663850 - Remove unused variables in config/config.mk. r=firefox-build-system-reviewers,rstewart Differential Revision: https://phabricator.services.mozilla.com/D89551 --- config/config.mk | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config/config.mk b/config/config.mk index 141fe061dcb4..47b9f6ec6257 100644 --- a/config/config.mk +++ b/config/config.mk @@ -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