Remove stale FIXME comment
authorLuis Machado <luis.machado@linaro.org>
Wed, 27 Nov 2019 20:25:05 +0000 (17:25 -0300)
committerLuis Machado <luis.machado@linaro.org>
Mon, 2 Dec 2019 14:22:09 +0000 (11:22 -0300)
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  <luis.machado@linaro.org>

* infrun.c (follow_fork_inferior): Remove outdated FIXME comment.

Change-Id: I2436ca4ae4a6741012cafe8123325f738b692c9c

gdb/ChangeLog
gdb/infrun.c

index 1465c756abc9b6510ba572ec49f4e67f5025ea32..b8cb71038cbbbfe8d58d3c2c1ab2e429decadf3a 100644 (file)
@@ -1,3 +1,7 @@
+2019-12-02  Luis Machado  <luis.machado@linaro.org>
+
+       * infrun.c (follow_fork_inferior): Remove outdated FIXME comment.
+
 2019-12-01  Andrew Burgess  <andrew.burgess@embecosm.com>
 
        * dwarf2read.c (read_tag_string_type): Read the fields required to
index 37186745dbf58af3f0f6f0b111e2752b7677a916..6a346d6aefe3f0bd3566a83be2c3a184c4598d0c 100644 (file)
@@ -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;
     }
 
This page took 0.032294 seconds and 4 git commands to generate.