Index: runtime/vm/ast.cc |
diff --git a/runtime/vm/ast.cc b/runtime/vm/ast.cc |
index ad7ced4d56d3aef0057697acf9a4967683d99a10..f97964be06933cfcfa8ec8fe35af15a98397a5f2 100644 |
--- a/runtime/vm/ast.cc |
+++ b/runtime/vm/ast.cc |
@@ -2,8 +2,6 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-#if !defined(DART_PRECOMPILED_RUNTIME) |
- |
#include "vm/ast.h" |
#include "vm/compiler.h" |
#include "vm/dart_entry.h" |
@@ -746,5 +744,3 @@ const Instance* StaticGetterNode::EvalConstExpr() const { |
} |
} // namespace dart |
- |
-#endif // !defined(DART_PRECOMPILED_RUNTIME) |