mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-2039 Remove bad and unused code
X-SVN-Rev: 11852
This commit is contained in:
parent
bc69d5341a
commit
a6d34f1d45
2 changed files with 6 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue