* Makefile.in: Rebuild dependencies.
[deliverable/binutils-gdb.git] / bfd / srec.c
index 3ec152faeabf2635dd66912ac7e8e87134b88285..720868a4c733928aee54c394810972f079b68e13 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for s-record objects.
-   Copyright 1990, 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
+   Copyright 1990, 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
    Written by Steve Chamberlain of Cygnus Support <sac@cygnus.com>.
 
 This file is part of BFD, the Binary File Descriptor library.
@@ -140,7 +140,6 @@ static CONST char digs[] = "0123456789ABCDEF";
 static void
 srec_init ()
 {
-  unsigned int i;
   static boolean inited = false;
 
   if (inited == false)
This page took 0.02432 seconds and 4 git commands to generate.