summaryrefslogtreecommitdiff
path: root/libc/stdio/refill.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/stdio/refill.c')
-rw-r--r--libc/stdio/refill.c5
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__)