mirror of
https://github.com/znc/znc.git
synced 2026-05-01 02:52:30 +02:00
Remove some unused arguments and unimplemented functions
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1146 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -666,10 +666,6 @@ unsigned int CString::Split(const CString& sDelim, SCString& ssRet, bool bAllowE
|
||||
return ssRet.size();
|
||||
}
|
||||
|
||||
CString CString::Format(const CString& sFormatStr, ...) {
|
||||
return "";
|
||||
}
|
||||
|
||||
CString CString::RandomString(unsigned int uLength) {
|
||||
const char chars[] = "abcdefghijklmnopqrstuvwxyz"
|
||||
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
||||
|
||||
Reference in New Issue
Block a user