| Index: runtime/vm/il_printer.cc
|
| diff --git a/runtime/vm/il_printer.cc b/runtime/vm/il_printer.cc
|
| index 47520ba98057598b16b0f509ebf8703cb1f2b478..b09198cf2bb1664ca0f627db01c70420f24f8d90 100644
|
| --- a/runtime/vm/il_printer.cc
|
| +++ b/runtime/vm/il_printer.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/il_printer.h"
|
|
|
| #include "vm/flow_graph_range_analysis.h"
|
| @@ -1298,5 +1296,3 @@ bool FlowGraphPrinter::ShouldPrint(const Function& function) {
|
| #endif // !PRODUCT
|
|
|
| } // namespace dart
|
| -
|
| -#endif // !defined(DART_PRECOMPILED_RUNTIME)
|
|
|