From bdff12304d80fecc822064842e682167f418bf65 Mon Sep 17 00:00:00 2001 From: Derek Xu Date: Tue, 8 Oct 2024 17:23:43 +0000 Subject: [PATCH] [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 Commit-Queue: Derek Xu --- runtime/vm/debugger.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/runtime/vm/debugger.h b/runtime/vm/debugger.h index 8dc7311f4bd..0afda7972ce 100644 --- a/runtime/vm/debugger.h +++ b/runtime/vm/debugger.h @@ -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& scripts, TokenPosition token_pos, TokenPosition last_token_pos,