diff options
author | Doug Evans <dje@google.com> | 2008-12-02 04:42:45 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2008-12-02 04:42:45 +0000 |
commit | f3c85de60aa06c1f075332c95fb2c32de79d50d3 (patch) | |
tree | 3129b852c67261044f294679c8d4aae299114913 /gdb/infrun.c | |
parent | bc67ad8361d640531971fecdbc1e99ae107ca19c (diff) | |
download | gdb-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.c | 1 |
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); |