mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
CLI2: Eliminated unused ::removeAttribute.
This commit is contained in:
parent
d43ca96056
commit
e701d6d607
2 changed files with 0 additions and 10 deletions
|
@ -176,13 +176,6 @@ const std::string A2::attribute (const std::string& name) const
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
void A2::removeAttribute (const std::string& name)
|
|
||||||
{
|
|
||||||
_attributes.erase (name);
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
const std::string A2::dump () const
|
const std::string A2::dump () const
|
||||||
{
|
{
|
||||||
|
|
|
@ -61,9 +61,6 @@ public:
|
||||||
void attribute (const std::string&, const double);
|
void attribute (const std::string&, const double);
|
||||||
*/
|
*/
|
||||||
const std::string attribute (const std::string&) const;
|
const std::string attribute (const std::string&) const;
|
||||||
/*
|
|
||||||
void removeAttribute (const std::string&);
|
|
||||||
*/
|
|
||||||
const std::string dump () const;
|
const std::string dump () const;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue