mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
BuildSystem: Remove unused variables.
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
This commit is contained in:
@@ -19,10 +19,7 @@ EOF
|
|||||||
|
|
||||||
XMLSTARLET=`getvar XMLSTARLET`
|
XMLSTARLET=`getvar XMLSTARLET`
|
||||||
ASTMODDIR=`getvar ASTMODDIR`
|
ASTMODDIR=`getvar ASTMODDIR`
|
||||||
cache_dir=`getvar EXTERNALS_CACHE_DIR`
|
|
||||||
DOWNLOAD_TO_STDOUT=`getvar DOWNLOAD_TO_STDOUT`
|
|
||||||
HOST_CPU=`getvar HOST_CPU`
|
HOST_CPU=`getvar HOST_CPU`
|
||||||
INSTALL=`getvar INSTALL`
|
|
||||||
|
|
||||||
tmpdir=$(mktemp -d)
|
tmpdir=$(mktemp -d)
|
||||||
if [[ -z "${tmpdir}" ]] ; then
|
if [[ -z "${tmpdir}" ]] ; then
|
||||||
|
Reference in New Issue
Block a user