Chromium Code Reviews| Index: runtime/vm/object.cc |
| =================================================================== |
| --- runtime/vm/object.cc (revision 35315) |
| +++ runtime/vm/object.cc (working copy) |
| @@ -5858,12 +5858,7 @@ |
| result.set_data(data); |
| } |
| -// TODO(zra): Remove when arm64 is ready. |
| -#if !defined(TARGET_ARCH_ARM64) |
| result.set_code(Code::Handle(StubCode::LazyCompile_entry()->code())); |
| -#else |
| - result.set_code(Code::Handle()); |
| -#endif |
| return result.raw(); |
| } |