Chromium Code Reviews| Index: runtime/vm/stub_code_arm.cc |
| =================================================================== |
| --- runtime/vm/stub_code_arm.cc (revision 355) |
| +++ runtime/vm/stub_code_arm.cc (working copy) |
| @@ -72,12 +72,6 @@ |
| __ Unimplemented("AllocateClosure stub"); |
| } |
| - |
| -void StubCode::GenerateAllocationStubForStaticImplicitClosure( |
| - Assembler* assembler, const Function& func) { |
| - __ Unimplemented("AllocateStaticImplicitClosure stub"); |
| -} |
| - |
| } // namespace dart |
| #endif // defined TARGET_ARCH_ARM |