summaryrefslogtreecommitdiffstats
path: root/lib/cppparser/parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cppparser/parser.cpp')
-rw-r--r--lib/cppparser/parser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/cppparser/parser.cpp b/lib/cppparser/parser.cpp
index 5e394b27..9c1b58b4 100644
--- a/lib/cppparser/parser.cpp
+++ b/lib/cppparser/parser.cpp
@@ -2748,7 +2748,6 @@ bool Parser::parseForStatement( StatementAST::Node& node )
return true;
}
-// qt4 [erbsland]
///@todo add the right parsing for the foreach statement
bool Parser::parseForEachStatement( StatementAST::Node& node )
{