From: Luis Machado Date: Wed, 27 Nov 2019 20:25:05 +0000 (-0300) Subject: Remove stale FIXME comment X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=7532a164d5391fe4832da9f7e492dd0dd6da6dce;p=deliverable%2Fbinutils-gdb.git 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 --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1465c756ab..b8cb71038c 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 37186745db..6a346d6aef 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; }