summaryrefslogtreecommitdiff
path: root/gdb/infrun.c
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
commita2e6db816e0b61462e8b56d939fa8dafff4f7a80 (patch)
tree20c60995e489ab5a63945cc0134c679cc9f42166 /gdb/infrun.c
parenta1f6938df0b8a183d0363d661391cc38ccaea964 (diff)
downloadgdb-a2e6db816e0b61462e8b56d939fa8dafff4f7a80.tar.gz
* infrun.c (handle_inferior_event): Remove unneeded extra brace.
Leave the indentation temporarily untouched, to minimize the diffs.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r--gdb/infrun.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c
index 542d79f4937..f4c9cb7c4ed 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? */