Merge "BuildSystem: Remove unused variables."

This commit is contained in:
Jenkins2 2018-01-29 09:39:56 -06:00 committed by Gerrit Code Review
commit d45b820a60
1 changed files with 0 additions and 3 deletions

View File

@ -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