From a4e969f4965059196ca948db781e52f7cfebf19e Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 24 May 2016 08:28:08 +0000 Subject: webkitgtk-2.12.3 --- Source/JavaScriptCore/interpreter/CallFrameClosure.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Source/JavaScriptCore/interpreter/CallFrameClosure.h') diff --git a/Source/JavaScriptCore/interpreter/CallFrameClosure.h b/Source/JavaScriptCore/interpreter/CallFrameClosure.h index e3326626d..2c03b7452 100644 --- a/Source/JavaScriptCore/interpreter/CallFrameClosure.h +++ b/Source/JavaScriptCore/interpreter/CallFrameClosure.h @@ -49,11 +49,6 @@ struct CallFrameClosure { { protoCallFrame->setArgument(argument, value); } - - void resetCallFrame() - { - protoCallFrame->setScope(scope); - } }; } -- cgit v1.2.1