From 715be629d51174233403237bfc563cf150087dc8 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Tue, 25 Sep 2012 13:02:02 +0200 Subject: Imported WebKit commit ce614b0924ba46f78d4435e28ff93c8525fbb7cc (http://svn.webkit.org/repository/webkit/trunk@129485) New snapshot that includes MingW build fixes --- Source/JavaScriptCore/interpreter/CallFrame.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'Source/JavaScriptCore/interpreter/CallFrame.h') 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 { -- cgit v1.2.1