CLI2: Removed incorrect comment

This commit is contained in:
Paul Beckingham 2015-07-13 16:46:07 -04:00
parent 2355738c7a
commit cf816be717

View file

@ -1132,8 +1132,6 @@ void CLI2::desugarFilterAttributes ()
evalSupported = false; evalSupported = false;
} }
// TODO The "!" modifier is being dropped.
A2 lhs (name, Lexer::Type::dom); A2 lhs (name, Lexer::Type::dom);
lhs.tag ("FILTER"); lhs.tag ("FILTER");
lhs.attribute ("canonical", canonical); lhs.attribute ("canonical", canonical);