mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
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:
parent
5f186bbbe1
commit
0c568580b3
2 changed files with 13 additions and 43 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue