From 1af05166d956526728db448cfe34a98ee0e74e8f Mon Sep 17 00:00:00 2001 From: Erik Verbruggen Date: Mon, 8 Feb 2010 15:32:37 +0100 Subject: Removed Q_DECLARE_FLAGS parsing, leaving it to the CPP to expand it. --- src/shared/cplusplus/ASTMatch0.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/shared/cplusplus/ASTMatch0.cpp') diff --git a/src/shared/cplusplus/ASTMatch0.cpp b/src/shared/cplusplus/ASTMatch0.cpp index 74d0aa6e5e..a2fcf8e0b9 100644 --- a/src/shared/cplusplus/ASTMatch0.cpp +++ b/src/shared/cplusplus/ASTMatch0.cpp @@ -153,14 +153,6 @@ bool QtFlagsDeclarationAST::match0(AST *pattern, ASTMatcher *matcher) return false; } -bool QtDeclareFlagsDeclarationAST::match0(AST *pattern, ASTMatcher *matcher) -{ - if (QtDeclareFlagsDeclarationAST *_other = pattern->asQtDeclareFlagsDeclaration()) - return matcher->match(this, _other); - - return false; -} - bool AsmDefinitionAST::match0(AST *pattern, ASTMatcher *matcher) { if (AsmDefinitionAST *_other = pattern->asAsmDefinition()) -- cgit v1.2.1