OSDN Git Service

* infrun.c (proceed): Delete unused local stop_signal.
authordevans <devans>
Tue, 2 Dec 2008 04:42:45 +0000 (04:42 +0000)
committerdevans <devans>
Tue, 2 Dec 2008 04:42:45 +0000 (04:42 +0000)
gdb/ChangeLog
gdb/infrun.c

index fb1c592..46c6e4f 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 7264c02..81e8136 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);