aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2002-07-18 17:51:27 +0000
committerJoel Brobecker <brobecker@gnat.com>2002-07-18 17:51:27 +0000
commit46c415d23a1db1e9efce65e65ae98bb11d53c857 (patch)
treec5488014cca822801030d2cac403bef710ef684c /gdb
parentcdecafbee82211296cd2ac2cdc3e372eba5e7b8b (diff)
downloadgdb-46c415d23a1db1e9efce65e65ae98bb11d53c857.zip
gdb-46c415d23a1db1e9efce65e65ae98bb11d53c857.tar.gz
gdb-46c415d23a1db1e9efce65e65ae98bb11d53c857.tar.bz2
* infrun.c (handle_inferior_event): Remove unneeded extra brace.
Leave the indentation temporarily untouched, to minimize the diffs.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/infrun.c4
2 files changed, 5 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 5995bdf..36537bd 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-18 Joel Brobecker <brobecker@gnat.com>
+
+ * infrun.c (handle_inferior_event): Remove unneeded extra brace.
+ Leave the indentation temporarily untouched, to minimize the diffs.
+
2002-07-18 Elena Zannoni <ezannoni@redhat.com>
* stabsread.c: Make os9k sections of the code obsolete,
diff --git a/gdb/infrun.c b/gdb/infrun.c
index 542d79f..f4c9cb7 100644
--- a/gdb/infrun.c
+++ b/gdb/infrun.c
@@ -1418,8 +1418,6 @@ handle_inferior_event (struct execution_control_state *ecs)
target_last_wait_ptid = ecs->ptid;
target_last_waitstatus = *ecs->wp;
- /* Keep this extra brace for now, minimizes diffs. */
- {
switch (ecs->infwait_state)
{
case infwait_thread_hop_state:
@@ -2936,8 +2934,6 @@ handle_inferior_event (struct execution_control_state *ecs)
}
keep_going (ecs);
-
- } /* extra brace, to preserve old indentation */
}
/* Are we in the middle of stepping? */