]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
BuildSystem: Remove unused variables.
authorAlexander Traud <pabstraud@compuserve.com>
Sun, 28 Jan 2018 11:20:26 +0000 (12:20 +0100)
committerAlexander Traud <pabstraud@compuserve.com>
Sun, 28 Jan 2018 11:21:41 +0000 (05:21 -0600)
Because of a copy-and-paste from the script build_tools/download_externals,
the script build_tools/list_valid_installed_externals got its local variables.
However in the latter, three variables were not used actually.

Change-Id: I252de5a98c17ea54459174875357c22c2eebe8d5

build_tools/list_valid_installed_externals

index c37102208d8bbaceea798b0a1abf6de7568b88e3..862447a645c0da2e96642b91dd5710c9109292bd 100755 (executable)
@@ -19,10 +19,7 @@ EOF
 
 XMLSTARLET=`getvar XMLSTARLET`
 ASTMODDIR=`getvar ASTMODDIR`
-cache_dir=`getvar EXTERNALS_CACHE_DIR`
-DOWNLOAD_TO_STDOUT=`getvar DOWNLOAD_TO_STDOUT`
 HOST_CPU=`getvar HOST_CPU`
-INSTALL=`getvar INSTALL`
 
 tmpdir=$(mktemp -d)
 if [[ -z "${tmpdir}" ]] ; then