Remove unused variable.

llvm-svn: 16844
This commit is contained in:
Reid Spencer 2004-10-08 18:01:31 +00:00
parent 6b9ba4a980
commit d90857e144
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ if test ! -x "$PROGRAM" ; then
exit 1 exit 1
fi fi
shift; shift;
ARGS="$*"
TOPDIR=`pwd | sed -e 's#\(.*/llvm\).*#\1#'` TOPDIR=`pwd | sed -e 's#\(.*/llvm\).*#\1#'`
if test -d "$TOPDIR" ; then if test -d "$TOPDIR" ; then
cd $TOPDIR cd $TOPDIR