[llvm-commits] CVS: llvm/utils/llvmdo
Reid Spencer
reid at x10sys.com
Fri Oct 8 11:01:42 PDT 2004
Changes in directory llvm/utils:
llvmdo updated: 1.8 -> 1.9
---
Log message:
Remove unused variable.
---
Diffs of the changes: (+0 -1)
Index: llvm/utils/llvmdo
diff -u llvm/utils/llvmdo:1.8 llvm/utils/llvmdo:1.9
--- llvm/utils/llvmdo:1.8 Fri Oct 8 12:59:29 2004
+++ llvm/utils/llvmdo Fri Oct 8 13:01:31 2004
@@ -43,7 +43,6 @@
exit 1
fi
shift;
-ARGS="$*"
TOPDIR=`pwd | sed -e 's#\(.*/llvm\).*#\1#'`
if test -d "$TOPDIR" ; then
cd $TOPDIR
More information about the llvm-commits
mailing list