mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-30 02:17:21 +02:00
CLI
- Removed unused ::clear method.
This commit is contained in:
parent
45bcf113d9
commit
05a3973107
2 changed files with 0 additions and 9 deletions
|
@ -98,14 +98,6 @@ A& A::operator= (const A& other)
|
|||
return *this;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void A::clear ()
|
||||
{
|
||||
_name = "";
|
||||
_tags.clear ();
|
||||
_attributes.clear ();
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
bool A::hasTag (const std::string& tag) const
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue