mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
Remove unused variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16844 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
761e41b237
commit
83e9193d37
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user