diff options
Diffstat (limited to 'libc/stdio/refill.c')
-rw-r--r-- | libc/stdio/refill.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libc/stdio/refill.c b/libc/stdio/refill.c index e87c7b93e..5b0811f6a 100644 --- a/libc/stdio/refill.c +++ b/libc/stdio/refill.c @@ -51,11 +51,6 @@ lflush(FILE *fp) int __srefill(FILE *fp) { - - /* make sure stdio is set up */ - if (!__sdidinit) - __sinit(); - fp->_r = 0; /* largely a convenience for callers */ #if !defined(__ANDROID__) |