summaryrefslogtreecommitdiff
path: root/deps/v8/src/ia32/frames-ia32.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/ia32/frames-ia32.h')
-rw-r--r--deps/v8/src/ia32/frames-ia32.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/deps/v8/src/ia32/frames-ia32.h b/deps/v8/src/ia32/frames-ia32.h
index 1290ad6e09..f9d804f667 100644
--- a/deps/v8/src/ia32/frames-ia32.h
+++ b/deps/v8/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_