* infrun.c (proceed): Delete unused local stop_signal.

This commit is contained in:
Doug Evans 2008-12-02 04:42:45 +00:00
parent bc67ad8361
commit f3c85de60a
2 changed files with 4 additions and 1 deletions

View 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.

View 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);