Index: runtime/vm/ast_printer.cc |
diff --git a/runtime/vm/ast_printer.cc b/runtime/vm/ast_printer.cc |
index 62b9a3b3d583c87136f3f3e96d623d09da06461e..54be6d7a17c4921e678f1de1a162b4b9e2d29af8 100644 |
--- a/runtime/vm/ast_printer.cc |
+++ b/runtime/vm/ast_printer.cc |
@@ -10,7 +10,7 @@ |
#include "vm/os.h" |
#include "vm/parser.h" |
-#if !defined(PRODUCT) && !defined(DART_PRECOMPILED_RUNTIME) |
+#if !defined(PRODUCT) |
namespace dart { |
@@ -511,4 +511,4 @@ void AstPrinter::PrintFunctionNodes(const ParsedFunction& parsed_function) { |
} // namespace dart |
-#endif // !defined(PRODUCT) && !defined(DART_PRECOMPILED_RUNTIME) |
+#endif // !defined(PRODUCT) |