diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-12-14 21:37:00 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-12-14 21:37:00 +0000 |
commit | 63ca9597f087e125966d1aa8f55a79a12d6aed16 (patch) | |
tree | 2699a895a9011d2b998a4a1c0493f4431be97d71 /binutils/objcopy.c | |
parent | 09d7f0a65886ce66c0620901ed40d81a8cd70dba (diff) | |
download | binutils-63ca9597f087e125966d1aa8f55a79a12d6aed16.zip binutils-63ca9597f087e125966d1aa8f55a79a12d6aed16.tar.gz binutils-63ca9597f087e125966d1aa8f55a79a12d6aed16.tar.bz2 |
removed some unreachable code from objcopy
Diffstat (limited to 'binutils/objcopy.c')
-rw-r--r-- | binutils/objcopy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/binutils/objcopy.c b/binutils/objcopy.c index d1d03ae..926ff6b 100644 --- a/binutils/objcopy.c +++ b/binutils/objcopy.c @@ -584,7 +584,6 @@ copy_object (ibfd, obfd) off, now)) { nonfatal (bfd_get_filename (obfd)); - status = 1; } left -= now; off += now; |