CLI2: Eliminated unused ::removeAttribute.
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user