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 |