diff options
Diffstat (limited to 'bfd/tekhex.c')
-rw-r--r-- | bfd/tekhex.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bfd/tekhex.c b/bfd/tekhex.c index afe42cc..e40c866 100644 --- a/bfd/tekhex.c +++ b/bfd/tekhex.c @@ -751,7 +751,6 @@ out (bfd *abfd, int type, char *start, char *end) static bfd_boolean tekhex_write_object_contents (bfd *abfd) { - int bytes_written; char buffer[100]; asymbol **p; asection *s; @@ -759,8 +758,6 @@ tekhex_write_object_contents (bfd *abfd) tekhex_init (); - bytes_written = 0; - /* And the raw data. */ for (d = abfd->tdata.tekhex_data->data; d != NULL; |