ICU-2039 Remove bad and unused code

X-SVN-Rev: 11852
This commit is contained in:
George Rhoten 2003-05-08 23:48:58 +00:00
parent bc69d5341a
commit a6d34f1d45
2 changed files with 6 additions and 3 deletions

View file

@ -184,13 +184,14 @@ T_FileStream_error(FileStream* fileStream)
return (fileStream == 0 || ferror((FILE*)fileStream));
}
U_CAPI void U_EXPORT2
/* This function doesn't work. */
/* force the stream to set its error flag*/
/*U_CAPI void U_EXPORT2
T_FileStream_setError(FileStream* fileStream)
{
/* force the stream to set its error flag*/
fseek((FILE*)fileStream, 99999, SEEK_SET);
}
*/
U_CAPI FileStream* U_EXPORT2
T_FileStream_stdin(void)

View file

@ -86,8 +86,10 @@ T_FileStream_eof(FileStream* fileStream);
U_CAPI int U_EXPORT2
T_FileStream_error(FileStream* fileStream);
/*
U_CAPI void U_EXPORT2
T_FileStream_setError(FileStream* fileStream);
*/
U_CAPI FileStream* U_EXPORT2
T_FileStream_stdin(void);