Index: src/ppc/frames-ppc.h |
diff --git a/src/ppc/frames-ppc.h b/src/ppc/frames-ppc.h |
index a14e4f5b55e9a096443227a31f8014d92c3240c9..40a68b3a37a7c62b73d944fdd7a10bda15b52f2b 100644 |
--- a/src/ppc/frames-ppc.h |
+++ b/src/ppc/frames-ppc.h |
@@ -181,9 +181,6 @@ inline Object* JavaScriptFrame::function_slot_object() const { |
} |
-inline void StackHandler::SetFp(Address slot, Address fp) { |
- Memory::Address_at(slot) = fp; |
-} |
} |
} // namespace v8::internal |