summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/interpreter/CallFrameClosure.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/interpreter/CallFrameClosure.h')
-rw-r--r--Source/JavaScriptCore/interpreter/CallFrameClosure.h5
1 files changed, 0 insertions, 5 deletions
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);
- }
};
}