summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/interpreter/CallFrame.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/interpreter/CallFrame.h')
-rw-r--r--Source/JavaScriptCore/interpreter/CallFrame.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/JavaScriptCore/interpreter/CallFrame.h b/Source/JavaScriptCore/interpreter/CallFrame.h
index da1222ac9..4758e5bd0 100644
--- a/Source/JavaScriptCore/interpreter/CallFrame.h
+++ b/Source/JavaScriptCore/interpreter/CallFrame.h
@@ -148,9 +148,6 @@ namespace JSC {
return 0;
}
#endif
-#if ENABLE(CLASSIC_INTERPRETER)
- Instruction* returnVPC() const { return this[RegisterFile::ReturnPC].vPC(); }
-#endif
#if USE(JSVALUE32_64)
Instruction* currentVPC() const
{