]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Remove obsolete comment
authorTom Tromey <tom@tromey.com>
Wed, 4 Feb 2026 00:59:29 +0000 (17:59 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 4 Feb 2026 00:59:29 +0000 (17:59 -0700)
I stumbled across this obsolete comment in stack.c:print_frame.
This removes it and fixes some indentation.

gdb/stack.c

index 732d525083e4cb7bbb5220bf144f30058c5c7217..3e8b6911ef7b51d491ab00974ed0c596326cdc69 100644 (file)
@@ -1395,10 +1395,7 @@ print_frame (struct ui_out *uiout,
          catch (const gdb_exception_error &e)
            {
            }
-
-           /* FIXME: ARGS must be a list.  If one argument is a string it
-              will have " that will not be properly escaped.  */
-           }
+       }
        QUIT;
       }
     uiout->text (")");