From 0da63182731f6140419442c11c19cf4d70d3c73c Mon Sep 17 00:00:00 2001 From: Daco Harkes Date: Mon, 30 Sep 2024 10:21:57 +0000 Subject: [PATCH] [vm] Remove old TODO TEST=no changes Change-Id: Ie3fd8be0d419f4db14580cb4e082a2217cdb4190 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/387241 Commit-Queue: Daco Harkes Reviewed-by: Tess Strickland Auto-Submit: Daco Harkes --- runtime/bin/uri.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/runtime/bin/uri.cc b/runtime/bin/uri.cc index b0a1270c4ee..edb9677a330 100644 --- a/runtime/bin/uri.cc +++ b/runtime/bin/uri.cc @@ -10,8 +10,6 @@ #include "platform/allocation.h" #include "platform/utils.h" -// TODO(https://dartbug.com/55925): Move this file to bin/. - namespace dart { static CStringUniquePtr MakeCopyOfString(const char* str) {