Skip to content

Commit bdff123

Browse files
derekxu16Commit Queue
authored and
Commit Queue
committed
[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 <[email protected]> Commit-Queue: Derek Xu <[email protected]>
1 parent 6655f50 commit bdff123

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

runtime/vm/debugger.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -884,8 +884,6 @@ class Debugger {
884884
// If any other |ErrorPtr| is returned, it means that a |BreakpointLocation|
885885
// was not prepared successfully, and the return value will point to an
886886
// |Error| describing why the |BreakpointLocation| could not be prepared.
887-
// TODO(derekxu16): Continue looking at all usages of functions that return
888-
// |ErrorPtr|s and account for Object::no_debuggable_code_error().
889887
ErrorPtr SetBreakpoint(const GrowableHandlePtrArray<const Script>& scripts,
890888
TokenPosition token_pos,
891889
TokenPosition last_token_pos,

0 commit comments

Comments
 (0)