diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-06-17 00:52:10 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-06-17 00:52:10 +0000 |
commit | 8e3b100c245ee69a6c5164d349cefc7aa59316fa (patch) | |
tree | dd7fc852f1107a78e0296e3b2804ef1aee81d457 /ld | |
parent | 04b42ec7e874a89aa668212d51d45e0ed15c0758 (diff) | |
download | ppe42-binutils-8e3b100c245ee69a6c5164d349cefc7aa59316fa.tar.gz ppe42-binutils-8e3b100c245ee69a6c5164d349cefc7aa59316fa.zip |
deleted code for keep-v9 that does nothing useful
Diffstat (limited to 'ld')
-rw-r--r-- | ld/.Sanitize | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ld/.Sanitize b/ld/.Sanitize index 1c695537cf..d143e77ee7 100644 --- a/ld/.Sanitize +++ b/ld/.Sanitize @@ -15,10 +15,6 @@ Do-first: -if ( echo $* | grep keep\-v9 > /dev/null ) ; then - keep_these_too="" -fi - if ( echo $* | grep keep\-mpw > /dev/null ) ; then keep_these_too="mpw-config.in mpw-make.in ChangeLog.mpw ${keep_these_too}" else |