]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Remove FIXME from DAP
authorTom Tromey <tromey@adacore.com>
Mon, 29 Apr 2024 18:46:17 +0000 (12:46 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 10 May 2024 18:08:27 +0000 (12:08 -0600)
This patch removes one of the few DAP "FIXME" comments.  This
particular comment is already covered by PR dap/31036.

gdb/python/lib/gdb/dap/breakpoint.py

index b2e74277ebded882d23250410463c683af144584..1da754e4ddc2551bf0766c8b209b88b3f9421399 100644 (file)
@@ -277,7 +277,6 @@ def _rewrite_src_breakpoint(
     }
 
 
-# FIXME we do not specify a type for 'source'.
 @request("setBreakpoints")
 @capability("supportsHitConditionalBreakpoints")
 @capability("supportsConditionalBreakpoints")