CLI2: Removed obsolete ::isUUIDList

- Removed unsupported UUID lists, which shoudl have been removed earlier when
  Lexer::Type::list was dropped.
- Reversed logic in 'if' statements to perform the lowest cost comparison first.
This commit is contained in:
Paul Beckingham 2015-07-05 10:39:34 -04:00
parent 5f186bbbe1
commit 0c568580b3
2 changed files with 13 additions and 43 deletions

View file

@ -105,10 +105,6 @@ private:
void decomposeModTags ();
void decomposeModSubstitutions ();
/*
bool isUUIDList (const std::string&) const;
*/
public:
std::multimap <std::string, std::string> _entities;
std::map <std::string, std::string> _aliases;