| Index: runtime/vm/regexp_assembler_ir.cc
|
| diff --git a/runtime/vm/regexp_assembler_ir.cc b/runtime/vm/regexp_assembler_ir.cc
|
| index b47a7f3d087788d3ab157b7a637a92e49a0334d4..db30e92f9b7eb36765df662dd9f80207d5478dc2 100644
|
| --- a/runtime/vm/regexp_assembler_ir.cc
|
| +++ b/runtime/vm/regexp_assembler_ir.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/regexp_assembler_ir.h"
|
|
|
| #include "vm/bit_vector.h"
|
| @@ -1734,5 +1732,3 @@ Value* IRRegExpMacroAssembler::LoadCodeUnitsAt(LocalVariable* index,
|
| #undef __
|
|
|
| } // namespace dart
|
| -
|
| -#endif // !defined(DART_PRECOMPILED_RUNTIME)
|
|
|