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

Unified Diff: runtime/vm/compiler.h

Issue 1288953003: Port "Add mapping from address to id for runtime functions." (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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
Index: runtime/vm/compiler.h
diff --git a/runtime/vm/compiler.h b/runtime/vm/compiler.h
index 746d5d889dba4bb1a3ca8d66189c952ec3d1b7d8..9dc11b810541b2fa2ad60138e3752967a475021e 100644
--- a/runtime/vm/compiler.h
+++ b/runtime/vm/compiler.h
@@ -20,8 +20,6 @@ class RawInstance;
class Script;
class SequenceNode;
-DECLARE_RUNTIME_ENTRY(CompileFunction);
-
class Compiler : public AllStatic {
public:
// Extracts top level entities from the script and populates

Powered by Google App Engine
This is Rietveld 408576698