aboutsummaryrefslogtreecommitdiffstats
path: root/qv4codegen_p.h
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2012-06-08 15:44:43 +0200
committerRoberto Raggi <roberto.raggi@nokia.com>2012-06-08 15:44:43 +0200
commita36259350dcfd0d9b29dc1a3a69d29f894783135 (patch)
tree8ae3a548677e22b06387efb35a7b94c8a88b42ed /qv4codegen_p.h
parentbd545574f2fd3b644d61d35f349f736f00dadb02 (diff)
Remove dead code
Diffstat (limited to 'qv4codegen_p.h')
-rw-r--r--qv4codegen_p.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/qv4codegen_p.h b/qv4codegen_p.h
index 87e967da80..c077d3daf9 100644
--- a/qv4codegen_p.h
+++ b/qv4codegen_p.h
@@ -148,29 +148,9 @@ protected:
void accept(AST::Node *node);
- void argumentList(AST::ArgumentList *ast);
- void caseBlock(AST::CaseBlock *ast);
- void caseClause(AST::CaseClause *ast);
- void caseClauses(AST::CaseClauses *ast);
- void catchNode(AST::Catch *ast);
- void defaultClause(AST::DefaultClause *ast);
- void elementList(AST::ElementList *ast);
- void elision(AST::Elision *ast);
- void finallyNode(AST::Finally *ast);
- void formalParameterList(AST::FormalParameterList *ast);
void functionBody(AST::FunctionBody *ast);
void program(AST::Program *ast);
- void propertyNameAndValueList(AST::PropertyNameAndValueList *ast);
void sourceElements(AST::SourceElements *ast);
- void statementList(AST::StatementList *ast);
- void uiArrayMemberList(AST::UiArrayMemberList *ast);
- void uiImport(AST::UiImport *ast);
- void uiImportList(AST::UiImportList *ast);
- void uiObjectInitializer(AST::UiObjectInitializer *ast);
- void uiObjectMemberList(AST::UiObjectMemberList *ast);
- void uiParameterList(AST::UiParameterList *ast);
- void uiProgram(AST::UiProgram *ast);
- void uiQualifiedId(AST::UiQualifiedId *ast);
void variableDeclaration(AST::VariableDeclaration *ast);
void variableDeclarationList(AST::VariableDeclarationList *ast);