Remove dead code from obsolete string classes: ToNewString(), IsUnicode() and GetBuffer(). r=dbaron, rs=scc
git-svn-id: svn://10.0.0.236/trunk@105387 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -524,15 +524,6 @@ nsCString::CompressWhitespace( PRBool aEliminateLeading,PRBool aEliminateTrailin
|
||||
string conversion methods...
|
||||
*********************************************************************/
|
||||
|
||||
/**
|
||||
* Creates a duplicate clone (ptr) of this string.
|
||||
* @update gess 01/04/99
|
||||
* @return ptr to clone of this string
|
||||
*/
|
||||
nsCString* nsCString::ToNewString() const {
|
||||
return new nsCString(*this);
|
||||
}
|
||||
|
||||
/**
|
||||
* Copies contents of this string into he given buffer
|
||||
* Note that if you provide me a buffer that is smaller than the length of
|
||||
|
||||
Reference in New Issue
Block a user