Index: runtime/vm/assembler.cc |
diff --git a/runtime/vm/assembler.cc b/runtime/vm/assembler.cc |
index 8316dfde7d39f5b61dbb15e890ae39db6e34fff0..c4e8c2bd348f28a043afb86406ccd6c6ea377fbc 100644 |
--- a/runtime/vm/assembler.cc |
+++ b/runtime/vm/assembler.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/assembler.h" |
#include "platform/utils.h" |
@@ -308,5 +306,3 @@ RawObjectPool* ObjectPoolWrapper::MakeObjectPool() { |
} |
} // namespace dart |
- |
-#endif // !defined(DART_PRECOMPILED_RUNTIME) |