Index: src/arm/frames-arm.h |
diff --git a/src/arm/frames-arm.h b/src/arm/frames-arm.h |
index ce65e887f84aec811648f27e0253b934e1fb89d6..3720a2bde058e3a2f75371ae8298b8f545184f11 100644 |
--- a/src/arm/frames-arm.h |
+++ b/src/arm/frames-arm.h |
@@ -152,11 +152,6 @@ inline Object* JavaScriptFrame::function_slot_object() const { |
} |
-inline void StackHandler::SetFp(Address slot, Address fp) { |
- Memory::Address_at(slot) = fp; |
-} |
- |
- |
} } // namespace v8::internal |
#endif // V8_ARM_FRAMES_ARM_H_ |