From: Doug Evans Date: Tue, 2 Dec 2008 04:42:45 +0000 (+0000) Subject: * infrun.c (proceed): Delete unused local stop_signal. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f3c85de60aa06c1f075332c95fb2c32de79d50d3;p=binutils-gdb.git * infrun.c (proceed): Delete unused local stop_signal. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fb1c59205c7..46c6e4f3358 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-12-01 Doug Evans + + * infrun.c (proceed): Delete unused local stop_signal. + 2008-11-27 Tristan Gingold * NEWS: Add entry for new native configuration: Darwin. diff --git a/gdb/infrun.c b/gdb/infrun.c index 7264c024368..81e81361156 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -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);