*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / avr-tdep.c
index 6901fc906f8d486eb37fb8d097d61a704ea9ea1a..864d2880027ffd8c7cc6f3b77ae4c19bc5f3ff0e 100644 (file)
@@ -742,7 +742,6 @@ avr_scan_prologue (struct gdbarch *gdbarch, CORE_ADDR pc_beg, CORE_ADDR pc_end,
        0xcd, 0xb7,             /* in r28,__SP_L__ */
        0xde, 0xb7              /* in r29,__SP_H__ */
       };
-      unsigned short insn1;
 
       if (vpc + sizeof (img) < len
          && memcmp (prologue + vpc, img, sizeof (img)) == 0)
This page took 0.023861 seconds and 4 git commands to generate.