diff --git a/src/StdString.h b/src/StdString.h index 644bd74f18..fb7113c03d 100644 --- a/src/StdString.h +++ b/src/StdString.h @@ -214,15 +214,6 @@ inline void ssasn(std::string& sDst, PCSTR pA) sDst.assign(pA); #endif } -/** - * @brief Erase the destination string. - * @param sDst the destination string. - * @param nNull the null value. - */ -inline void ssasn(std::string& sDst, const int nNull) -{ - sDst.erase(); -} #undef StrSizeType