(svn r19469) -Codechange: remove unused functions from Blob (skidd13)
This commit is contained in:
@@ -56,15 +56,6 @@ struct CStrA : public CBlobT<char>
|
||||
}
|
||||
}
|
||||
|
||||
/** Append another CStrA. */
|
||||
FORCEINLINE void Append(const CStrA &src)
|
||||
{
|
||||
if (src.RawSize() > 0) {
|
||||
base::AppendRaw(src);
|
||||
base::FixTail();
|
||||
}
|
||||
}
|
||||
|
||||
/** Assignment from C string. */
|
||||
FORCEINLINE CStrA &operator = (const char *src)
|
||||
{
|
||||
|
Reference in New Issue
Block a user