| Index: runtime/vm/cha.cc
|
| diff --git a/runtime/vm/cha.cc b/runtime/vm/cha.cc
|
| index a13a83870a645dd28de84c32dbe47d0572bb0b01..7045001c634fb65faf8fcfb347ae86f023401ccd 100644
|
| --- a/runtime/vm/cha.cc
|
| +++ b/runtime/vm/cha.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/cha.h"
|
| #include "vm/class_table.h"
|
| #include "vm/flags.h"
|
| @@ -174,5 +172,3 @@ void CHA::RegisterDependencies(const Code& code) const {
|
| }
|
|
|
| } // namespace dart
|
| -
|
| -#endif // !defined(DART_PRECOMPILED_RUNTIME)
|
|
|