summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/interpreter/Register.h
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/interpreter/Register.h')
-rw-r--r--JavaScriptCore/interpreter/Register.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/JavaScriptCore/interpreter/Register.h b/JavaScriptCore/interpreter/Register.h
index ecd7403..723112e 100644
--- a/JavaScriptCore/interpreter/Register.h
+++ b/JavaScriptCore/interpreter/Register.h
@@ -36,7 +36,6 @@
namespace JSC {
- class Arguments;
class CodeBlock;
class ExecState;
class JSActivation;
@@ -66,7 +65,6 @@ namespace JSC {
int32_t i() const;
JSActivation* activation() const;
- Arguments* arguments() const;
CallFrame* callFrame() const;
CodeBlock* codeBlock() const;
JSFunction* function() const;