diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-06-30 09:17:06 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-06-30 09:17:06 +0000 |
commit | 5b53e0c1b117f1ab387306ab35db8767c07d7b5f (patch) | |
tree | 5c20006065b3298fe4c9cc22377441cdeb86b27b /bfd/.Sanitize | |
parent | b864c03c2fcb41bc61dd2353025b10ce4db50309 (diff) | |
download | gdb-5b53e0c1b117f1ab387306ab35db8767c07d7b5f.zip gdb-5b53e0c1b117f1ab387306ab35db8767c07d7b5f.tar.gz gdb-5b53e0c1b117f1ab387306ab35db8767c07d7b5f.tar.bz2 |
delete setting of a variable i wound up not using
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r-- | bfd/.Sanitize | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index 8acde57..d74eb71 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -153,11 +153,6 @@ Things-to-lose: Do-last: v9files="configure.in elfcode.h" -if [ -n "${verbose}" ] ; then - say=echo -else - say=true -fi if ( echo $* | grep keep\-v9 > /dev/null ) ; then if [ -n "${verbose}" ] ; then echo Keeping v9 stuff in $v9files. |