From 7532a164d5391fe4832da9f7e492dd0dd6da6dce Mon Sep 17 00:00:00 2001 From: Luis Machado Date: Wed, 27 Nov 2019 17:25:05 -0300 Subject: [PATCH] Remove stale FIXME comment While debugging something, i noticed this odd FIXME comment. It seems stale and therefore here's a patch removing it. gdb/ChangeLog: 2019-12-02 Luis Machado * infrun.c (follow_fork_inferior): Remove outdated FIXME comment. Change-Id: I2436ca4ae4a6741012cafe8123325f738b692c9c --- gdb/ChangeLog | 4 ++++ gdb/infrun.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1465c756abc..b8cb71038cb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2019-12-02 Luis Machado + + * infrun.c (follow_fork_inferior): Remove outdated FIXME comment. + 2019-12-01 Andrew Burgess * dwarf2read.c (read_tag_string_type): Read the fields required to diff --git a/gdb/infrun.c b/gdb/infrun.c index 37186745dbf..6a346d6aefe 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -432,7 +432,6 @@ follow_fork_inferior (int follow_child, int detach_fork) Can not resume the parent process over vfork in the foreground while\n\ holding the child stopped. Try \"set detach-on-fork\" or \ \"set schedule-multiple\".\n")); - /* FIXME output string > 80 columns. */ return 1; } -- 2.30.2