CLI2: Removed obsolete ::analyze method

This commit is contained in:
Paul Beckingham 2015-06-19 12:33:06 -07:00
parent c696a1748a
commit 3636de11c8
2 changed files with 0 additions and 83 deletions

View file

@ -90,7 +90,6 @@ public:
void add (const std::string&);
void addContextFilter ();
void addRawFilter (const std::string& arg);
void analyze (bool parse = true, bool strict = false);
void applyOverrides ();
const std::string getFilter (bool applyContext = true);
*/