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

@@ -17,7 +17,6 @@
* Reserved.
*/
#include <iostream.h>
#include <ctype.h>
#include <string.h>
#include <stdio.h>
@@ -1689,7 +1688,7 @@ void nsCString::Recycle(nsCString* aString){
#endif
}
#if 0
/**
*
* @update gess 01/04/99
@@ -1731,7 +1730,7 @@ ostream& operator<<(ostream& aStream,const nsCString& aString){
}
return aStream;
}
#endif
/**
*