From 6df617186401290a6204d1941685fe3a19b01807 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 3 Sep 2015 19:16:35 +0200 Subject: Remove unused variables --- scripts/check-lint-count.sh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'scripts') diff --git a/scripts/check-lint-count.sh b/scripts/check-lint-count.sh index bd8d05c..a029edb 100755 --- a/scripts/check-lint-count.sh +++ b/scripts/check-lint-count.sh @@ -4,10 +4,6 @@ # Travis CI builds to fail when the number increases by exploiting the # caching mechanism. -# This is to prime the system: when I submitted this change, this is the -# number of lint warnings that existed. -DEFAULT_NUMBER=207 - if [[ $# != 2 || ! -f $1 ]]; then \ echo "Usage: $0 " exit 1 @@ -15,7 +11,6 @@ fi lint_file="$1" historical_file="$2" -success_file="$3" xmllint="$(which xmllint)" -- cgit v1.2.3