diff options
Diffstat (limited to 'Source/JavaScriptCore/interpreter/CallFrameClosure.h')
| -rw-r--r-- | Source/JavaScriptCore/interpreter/CallFrameClosure.h | 5 |
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); - } }; } |
