[cstdstring] remove CStdString::Empty and replace with std::string::clear
[vuplus_xbmc] / xbmc / utils / StdString.h
index 6d53523..b576e21 100644 (file)
@@ -2720,11 +2720,6 @@ public:
     return GetLength();
   }
 
-  void Empty()
-  {
-    this->erase();
-  }
-
   int Find(CT ch) const
   {
     MYSIZE nIdx  = this->find_first_of(ch);