Skip to content

Commit

Permalink
Bug 1416020 - Remove unused variables from client.mk; r=nalexander
Browse files Browse the repository at this point in the history
The last use of PERL was removed recently.

The last use of comma was removed by c8276e89a513 in 2008.

The last use of SH was... never AFAICT. The variable was
defined but unused in the initial import of client.mk from CVS
in 1998.

MozReview-Commit-ID: LFqcVRf36wf
  • Loading branch information
indygreg committed Nov 9, 2017
1 parent faadf49 commit 4e57216
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions client.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
#######################################################################
# Defines

comma := ,

ifdef MACH
ifndef NO_BUILDSTATUS_MESSAGES
define BUILDSTATUS
Expand All @@ -42,8 +40,6 @@ TOPSRCDIR := $(CWD)
endif
endif

SH := /bin/sh
PERL ?= perl
PYTHON ?= $(shell which python2.7 > /dev/null 2>&1 && echo python2.7 || echo python)

CONFIG_GUESS := $(shell $(TOPSRCDIR)/build/autoconf/config.guess)
Expand Down

0 comments on commit 4e57216

Please sign in to comment.