Index: runtime/vm/flow_graph_allocator.cc |
diff --git a/runtime/vm/flow_graph_allocator.cc b/runtime/vm/flow_graph_allocator.cc |
index d49caddda3d69dead8942492129a7dc5fc127a2a..2f627aa55d0fa157f14a277ad7de6cbb2136abe5 100644 |
--- a/runtime/vm/flow_graph_allocator.cc |
+++ b/runtime/vm/flow_graph_allocator.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/flow_graph_allocator.h" |
#include "vm/bit_vector.h" |
@@ -3027,5 +3025,3 @@ void FlowGraphAllocator::AllocateRegisters() { |
} |
} // namespace dart |
- |
-#endif // !defined(DART_PRECOMPILED_RUNTIME) |