CLI2: Eliminated unused ::removeAttribute.

This commit is contained in:
Paul Beckingham 2015-06-14 14:13:02 -04:00
parent d43ca96056
commit e701d6d607
2 changed files with 0 additions and 10 deletions

View file

@ -176,13 +176,6 @@ const std::string A2::attribute (const std::string& name) const
return "";
}
/*
////////////////////////////////////////////////////////////////////////////////
void A2::removeAttribute (const std::string& name)
{
_attributes.erase (name);
}
*/
////////////////////////////////////////////////////////////////////////////////
const std::string A2::dump () const
{

View file

@ -61,9 +61,6 @@ public:
void attribute (const std::string&, const double);
*/
const std::string attribute (const std::string&) const;
/*
void removeAttribute (const std::string&);
*/
const std::string dump () const;
public: