removing references to iostreams

git-svn-id: svn://10.0.0.236/trunk@39855 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
1999-07-17 10:08:10 +00:00
parent d2e7d9fb04
commit 2327e9bfda
13 changed files with 27 additions and 41 deletions

View File

@@ -712,7 +712,6 @@ PRInt32 _ToInteger(nsString& aString,PRInt32* anErrorCode,PRUint32 aRadix) {
*anErrorCode = NS_OK;
//now iterate the numeric chars and build our result
char theChar=0;
char theDigit=0;
while(--cp>=aString.mStr){
char theChar=*cp;
@@ -1885,7 +1884,7 @@ void nsString::Recycle(nsString* aString){
#endif
}
#if 0
/**
*
* @update gess 01/04/99
@@ -1927,7 +1926,7 @@ ostream& operator<<(ostream& aStream,const nsString& aString){
}
return aStream;
}
#endif
/**
*