diff options
author | Luis Machado <luis.machado@linaro.org> | 2019-11-27 17:25:05 -0300 |
---|---|---|
committer | Luis Machado <luis.machado@linaro.org> | 2019-12-02 11:22:09 -0300 |
commit | 7532a164d5391fe4832da9f7e492dd0dd6da6dce (patch) | |
tree | b73ae8b97410f74ece98f42a6a2e3616c47a636a /gdb/infrun.c | |
parent | 6dc4379b0d6bff0d6117b3b7432b80daf7f2b462 (diff) | |
download | gdb-7532a164d5391fe4832da9f7e492dd0dd6da6dce.zip gdb-7532a164d5391fe4832da9f7e492dd0dd6da6dce.tar.gz gdb-7532a164d5391fe4832da9f7e492dd0dd6da6dce.tar.bz2 |
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 <luis.machado@linaro.org>
* infrun.c (follow_fork_inferior): Remove outdated FIXME comment.
Change-Id: I2436ca4ae4a6741012cafe8123325f738b692c9c
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index 3718674..6a346d6 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; } |