diff options
author | Lars Knoll <[email protected]> | 2018-06-04 15:55:23 +0200 |
---|---|---|
committer | Lars Knoll <[email protected]> | 2018-06-21 13:30:41 +0000 |
commit | a12da297946b5a6e767b972bc635a3308683b2e5 (patch) | |
tree | b90df2ee20e2ce9a4214ce9c7ba1c81eb2bdc691 /src/qml/compiler/qv4compilerscanfunctions_p.h | |
parent | 77c22af561f49bc6a78010564d33fc86eb831519 (diff) |
Remove some dead code
maxNumberOfArguments isn't used anymore.
Change-Id: Ibb891101b971b4b0b01be7897e6d1490e1dde62c
Reviewed-by: Simon Hausmann <[email protected]>
Diffstat (limited to 'src/qml/compiler/qv4compilerscanfunctions_p.h')
-rw-r--r-- | src/qml/compiler/qv4compilerscanfunctions_p.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/compiler/qv4compilerscanfunctions_p.h b/src/qml/compiler/qv4compilerscanfunctions_p.h index e43feea5eb..3120ce917c 100644 --- a/src/qml/compiler/qv4compilerscanfunctions_p.h +++ b/src/qml/compiler/qv4compilerscanfunctions_p.h @@ -103,8 +103,6 @@ protected: void endVisit(AST::Program *) override; bool visit(AST::CallExpression *ast) override; - bool visit(AST::NewMemberExpression *ast) override; - bool visit(AST::ArrayPattern *ast) override; bool visit(AST::PatternElement *ast) override; bool visit(AST::IdentifierExpression *ast) override; bool visit(AST::ExpressionStatement *ast) override; |