Index: src/arm64/frames-arm64.h |
diff --git a/src/arm64/frames-arm64.h b/src/arm64/frames-arm64.h |
index 8d4ce8619783853bce0106eee2e70c998377bdbc..883079c9be6998a1f8cb076cef137b54bab84ca3 100644 |
--- a/src/arm64/frames-arm64.h |
+++ b/src/arm64/frames-arm64.h |
@@ -99,11 +99,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_ARM64_FRAMES_ARM64_H_ |