Remove unused variable.
authorReid Spencer <rspencer@reidspencer.com>
Fri, 8 Oct 2004 18:01:31 +0000 (18:01 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 8 Oct 2004 18:01:31 +0000 (18:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16844 91177308-0d34-0410-b5e6-96231b3b80d8

utils/llvmdo

index c7dbcc5c0eb13ab204a8729a314ab52f20559a77..2a10724c30396da99fbc18711577f5514c472c58 100755 (executable)
@@ -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