mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-18 15:33:08 +02:00
CLI2: Removed unused ::isTerminator method
This commit is contained in:
parent
49decfec2a
commit
6fdd5f8053
2 changed files with 0 additions and 7 deletions
|
@ -2005,12 +2005,6 @@ void CLI2::decomposeModSubstitutions ()
|
||||||
context.debug (dump ("CLI2::analyze decomposeModSubstitutions"));
|
context.debug (dump ("CLI2::analyze decomposeModSubstitutions"));
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
bool CLI2::isTerminator (const std::string& raw) const
|
|
||||||
{
|
|
||||||
return raw == "--";
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
bool CLI2::isUUIDList (const std::string& raw) const
|
bool CLI2::isUUIDList (const std::string& raw) const
|
||||||
{
|
{
|
||||||
|
|
|
@ -129,7 +129,6 @@ private:
|
||||||
void decomposeModTags ();
|
void decomposeModTags ();
|
||||||
void decomposeModSubstitutions ();
|
void decomposeModSubstitutions ();
|
||||||
|
|
||||||
bool isTerminator (const std::string&) const;
|
|
||||||
bool isUUIDList (const std::string&) const;
|
bool isUUIDList (const std::string&) const;
|
||||||
bool isPattern (const std::string&) const;
|
bool isPattern (const std::string&) const;
|
||||||
bool isSubstitution (const std::string&) const;
|
bool isSubstitution (const std::string&) const;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue