Remove FIXME from DAP

This patch removes one of the few DAP "FIXME" comments.  This
particular comment is already covered by PR dap/31036.
This commit is contained in:
Tom Tromey
2024-04-29 12:46:17 -06:00
parent c610012988
commit 674dea05e3

View File

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