aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2008-12-02 04:42:45 +0000
committerDoug Evans <dje@google.com>2008-12-02 04:42:45 +0000
commitf3c85de60aa06c1f075332c95fb2c32de79d50d3 (patch)
tree3129b852c67261044f294679c8d4aae299114913 /gdb/infrun.c
parentbc67ad8361d640531971fecdbc1e99ae107ca19c (diff)
downloadgdb-f3c85de60aa06c1f075332c95fb2c32de79d50d3.zip
gdb-f3c85de60aa06c1f075332c95fb2c32de79d50d3.tar.gz
gdb-f3c85de60aa06c1f075332c95fb2c32de79d50d3.tar.bz2
* infrun.c (proceed): Delete unused local stop_signal.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r--gdb/infrun.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c
index 7264c02..81e8136 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);