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

Unified Diff: runtime/bin/main.cc

Issue 1536003002: VM: Remove non-existent/unused functions from precompiled entry points. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years 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 | « no previous file | runtime/bin/vmservice_impl.cc » ('j') | runtime/bin/vmservice_impl.cc » ('J')
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 7fc19c44bc57c9820624857acbd946d9c888b845..d3fc4e81cc25b895e7224a7747d4e5f1ce242203 100644
--- a/runtime/bin/main.cc
+++ b/runtime/bin/main.cc
@@ -1190,7 +1190,6 @@ bool RunMainIsolate(const char* script_name,
{ "dart:io", "_ProcessStartStatus", "set:_errorMessage" },
{ "dart:io", "_SecureFilterImpl", "get:ENCRYPTED_SIZE" },
{ "dart:io", "_SecureFilterImpl", "get:SIZE" },
- { "dart:vmservice_io", "::", "_addResource" },
{ "dart:vmservice_io", "::", "main" },
{ "dart:vmservice_io", "::", "boot" },
{ NULL, NULL, NULL } // Must be terminated with NULL entries.
« no previous file with comments | « no previous file | runtime/bin/vmservice_impl.cc » ('j') | runtime/bin/vmservice_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698