summaryrefslogtreecommitdiff
path: root/deps/v8/src/mips/frames-mips.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/mips/frames-mips.h')
-rw-r--r--deps/v8/src/mips/frames-mips.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/deps/v8/src/mips/frames-mips.h b/deps/v8/src/mips/frames-mips.h
index f0b734db1c..0452ece222 100644
--- a/deps/v8/src/mips/frames-mips.h
+++ b/deps/v8/src/mips/frames-mips.h
@@ -169,12 +169,6 @@ class JavaScriptFrameConstants : public AllStatic {
};
-inline Object* JavaScriptFrame::function_slot_object() const {
- const int offset = JavaScriptFrameConstants::kFunctionOffset;
- return Memory::Object_at(fp() + offset);
-}
-
-
} } // namespace v8::internal
#endif