CLI
- Removed unused ::clear method.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user