* infrun.c (proceed): Delete unused local stop_signal.
authorDoug Evans <dje@google.com>
Tue, 2 Dec 2008 04:42:45 +0000 (04:42 +0000)
committerDoug Evans <dje@google.com>
Tue, 2 Dec 2008 04:42:45 +0000 (04:42 +0000)
gdb/ChangeLog
gdb/infrun.c

index fb1c59205c7d1122effc9ea827c97951939fd75b..46c6e4f335876611b780fde5c3ae1d615de7129d 100644 (file)
@@ -1,3 +1,7 @@
+2008-12-01  Doug Evans  <dje@google.com>
+
+       * infrun.c (proceed): Delete unused local stop_signal.
+
 2008-11-27  Tristan Gingold  <gingold@adacore.com>
 
        * NEWS: Add entry for new native configuration: Darwin.
index 7264c024368d841b0c508bd34a98a1ce1652e436..81e8136115608048838452924e4ebfd623e3c144 100644 (file)
@@ -1303,7 +1303,6 @@ proceed (CORE_ADDR addr, enum target_signal siggnal, int step)
   struct thread_info *tp;
   CORE_ADDR pc = regcache_read_pc (regcache);
   int oneproc = 0;
-  enum target_signal stop_signal;
 
   if (step > 0)
     step_start_function = find_pc_function (pc);