1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

Remove unused variable.

llvm-svn: 16844
This commit is contained in:
Reid Spencer 2004-10-08 18:01:31 +00:00
parent fd0d9e2637
commit edbe8cdaec

View File

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