mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CLI2: Removed unused A::unTagAll method
This commit is contained in:
parent
82021f46f7
commit
c369f37509
2 changed files with 0 additions and 14 deletions
|
@ -111,14 +111,6 @@ void A2::unTag (const std::string& tag)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
void A2::unTagAll ()
|
|
||||||
{
|
|
||||||
_tags.clear ();
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// Accessor for attributes.
|
// Accessor for attributes.
|
||||||
void A2::attribute (const std::string& name, const std::string& value)
|
void A2::attribute (const std::string& name, const std::string& value)
|
||||||
|
|
|
@ -44,9 +44,6 @@ public:
|
||||||
bool hasTag (const std::string&) const;
|
bool hasTag (const std::string&) const;
|
||||||
void tag (const std::string&);
|
void tag (const std::string&);
|
||||||
void unTag (const std::string&);
|
void unTag (const std::string&);
|
||||||
/*
|
|
||||||
void unTagAll ();
|
|
||||||
*/
|
|
||||||
void attribute (const std::string&, const std::string&);
|
void attribute (const std::string&, const std::string&);
|
||||||
void attribute (const std::string&, const int);
|
void attribute (const std::string&, const int);
|
||||||
const std::string attribute (const std::string&) const;
|
const std::string attribute (const std::string&) const;
|
||||||
|
@ -89,9 +86,6 @@ public:
|
||||||
const std::string dump (const std::string& title = "CLI2 Parser") const;
|
const std::string dump (const std::string& title = "CLI2 Parser") const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
/*
|
|
||||||
void addArg (const std::string&);
|
|
||||||
*/
|
|
||||||
void handleArg0 ();
|
void handleArg0 ();
|
||||||
void lexArguments ();
|
void lexArguments ();
|
||||||
void handleTerminator ();
|
void handleTerminator ();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue