[VM/Debugger] Delete a TODO

I didn't mean to commit this TODO, it was just a reminder I left as I was working on a CL.

TEST=CI

Change-Id: I5e3f7592bd4d7d92f85b92ef44c6adf26465c772
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/388380
Reviewed-by: Ben Konyi <bkonyi@google.com>
Commit-Queue: Derek Xu <derekx@google.com>
This commit is contained in:
Derek Xu
2024-10-08 17:23:43 +00:00
committed by Commit Queue
parent 6655f50989
commit bdff12304d
-2
View File
@@ -884,8 +884,6 @@ class Debugger {
// If any other |ErrorPtr| is returned, it means that a |BreakpointLocation|
// was not prepared successfully, and the return value will point to an
// |Error| describing why the |BreakpointLocation| could not be prepared.
// TODO(derekxu16): Continue looking at all usages of functions that return
// |ErrorPtr|s and account for Object::no_debuggable_code_error().
ErrorPtr SetBreakpoint(const GrowableHandlePtrArray<const Script>& scripts,
TokenPosition token_pos,
TokenPosition last_token_pos,