* dwarf2.c (decode_line_info): Remove unused variable first_time.
authorIan Lance Taylor <ian@airs.com>
Thu, 10 Jun 1999 21:28:56 +0000 (21:28 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 10 Jun 1999 21:28:56 +0000 (21:28 +0000)
bfd/ChangeLog
bfd/dwarf2.c

index bc1607879f471b99e09330a108f75ffdf8080441..e5edd46f3fe297174b85dc482bbae2e70529a389 100644 (file)
@@ -1,3 +1,7 @@
+1999-06-11  Ian Lance Taylor  <ian@zembu.com>
+
+       * dwarf2.c (decode_line_info): Remove unused variable first_time.
+
 1999-06-10  Jakub Jelinek  <jj@ultra.linux.cz>
 
        * elf64_sparc.c (sparc64_elf_relocate_section): Use R_SPARC_max_std
index 3af16455ff85994f81c5fc59fa984a7700c6d2a2..010d049618fa0cb9ef620bf7ee8fadefa2e9476e 100644 (file)
@@ -852,7 +852,6 @@ decode_line_info (unit)
       int is_stmt = lh.default_is_stmt;
       int basic_block = 0;
       int end_sequence = 0;
-      boolean first_time = true;
 
       /* Decode the table. */
       while (! end_sequence)
This page took 0.029219 seconds and 4 git commands to generate.