Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(540)

Unified Diff: runtime/bin/main.cc

Issue 2111763002: Remove dead code _resolveUri in builtin.dart is not used anymore. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/bin/dart_product_entries.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/main.cc
diff --git a/runtime/bin/main.cc b/runtime/bin/main.cc
index d7bfb3b963c9bbf5137022514a9aaad2e26d9f59..b8b87f89ab42683b13eb1611c176d2b3612c6a0a 100644
--- a/runtime/bin/main.cc
+++ b/runtime/bin/main.cc
@@ -1407,7 +1407,6 @@ bool RunMainIsolate(const char* script_name,
{ "dart:_builtin", "::", "_getPrintClosure" },
{ "dart:_builtin", "::", "_getUriBaseClosure" },
{ "dart:_builtin", "::", "_resolveInWorkingDirectory" },
- { "dart:_builtin", "::", "_resolveUri" },
{ "dart:_builtin", "::", "_setWorkingDirectory" },
{ "dart:_builtin", "::", "_setPackageRoot" },
{ "dart:_builtin", "::", "_libraryFilePath" },
« no previous file with comments | « runtime/bin/dart_product_entries.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698