diff --git a/src/CLI2.cpp b/src/CLI2.cpp index 301e1ae77..e9a55ba21 100644 --- a/src/CLI2.cpp +++ b/src/CLI2.cpp @@ -998,6 +998,7 @@ void CLI2::categorize () context.config.getInteger ("debug.parser") >= 3) context.debug (dump ("CLI2::analyze categorize")); } +*/ //////////////////////////////////////////////////////////////////////////////// // Search for exact 'value' in _entities category. @@ -1014,6 +1015,7 @@ bool CLI2::exactMatch ( return false; } +/* //////////////////////////////////////////////////////////////////////////////// // +tag --> tags _hastag_ tag // -tag --> tags _notag_ tag diff --git a/src/CLI2.h b/src/CLI2.h index 04cb43ff1..b58098896 100644 --- a/src/CLI2.h +++ b/src/CLI2.h @@ -115,7 +115,9 @@ private: void findOverrides (); /* void categorize (); +*/ bool exactMatch (const std::string&, const std::string&) const; +/* void desugarFilterTags (); void findStrayModifications (); void desugarFilterAttributes ();