Index: src/ia32/frames-ia32.h |
diff --git a/src/ia32/frames-ia32.h b/src/ia32/frames-ia32.h |
index 1290ad6e09ddf8ffdca3c2cdfab601e143cc86fa..f9d804f667c3c02c99460d5dbfdfce76e00df0b0 100644 |
--- a/src/ia32/frames-ia32.h |
+++ b/src/ia32/frames-ia32.h |
@@ -115,11 +115,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_IA32_FRAMES_IA32_H_ |