diff options
author | Nick Clifton <nickc@redhat.com> | 1999-05-28 17:24:21 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-05-28 17:24:21 +0000 |
commit | 04a866f231231ff6078c39381915f4fad37da20f (patch) | |
tree | 21c13583521853e1b18edbd0dff99a18085c0311 | |
parent | d9a622197ded1a6b0497d9a001a172e57e14b0e8 (diff) | |
download | fsf-binutils-gdb-04a866f231231ff6078c39381915f4fad37da20f.zip fsf-binutils-gdb-04a866f231231ff6078c39381915f4fad37da20f.tar.gz fsf-binutils-gdb-04a866f231231ff6078c39381915f4fad37da20f.tar.bz2 |
remove spurious code.
-rw-r--r-- | binutils/readelf.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c index d2e1552..ca6be94 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -363,9 +363,6 @@ guess_is_rela (e_machine) case EM_CYGNUS_MN10200: case EM_CYGNUS_MN10300: case EM_CYGNUS_FR30: -/* start-sanitize-venus */ - case EM_CYGNUS_VENUS: -/* end-sanitize-venus */ case EM_SH: case EM_ALPHA: case EM_MCORE: |