From a36259350dcfd0d9b29dc1a3a69d29f894783135 Mon Sep 17 00:00:00 2001 From: Roberto Raggi Date: Fri, 8 Jun 2012 15:44:43 +0200 Subject: Remove dead code --- qv4codegen_p.h | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'qv4codegen_p.h') 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); -- cgit v1.2.3