From cf816be717c50a6feba814dd917960e40995e67f Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 13 Jul 2015 16:46:07 -0400 Subject: [PATCH] CLI2: Removed incorrect comment --- src/CLI2.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/CLI2.cpp b/src/CLI2.cpp index 440341fed..3a5c2651f 100644 --- a/src/CLI2.cpp +++ b/src/CLI2.cpp @@ -1132,8 +1132,6 @@ void CLI2::desugarFilterAttributes () evalSupported = false; } - // TODO The "!" modifier is being dropped. - A2 lhs (name, Lexer::Type::dom); lhs.tag ("FILTER"); lhs.attribute ("canonical", canonical);