From: Reid Spencer Date: Fri, 8 Oct 2004 18:01:31 +0000 (+0000) Subject: Remove unused variable. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=83e9193d37ddf35c1e6bb5310198aaf489ed8294;p=oota-llvm.git Remove unused variable. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16844 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/llvmdo b/utils/llvmdo index c7dbcc5c0eb..2a10724c303 100755 --- a/utils/llvmdo +++ b/utils/llvmdo @@ -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