diff options
Diffstat (limited to 'libc/stdio/_rfill.c')
-rw-r--r-- | libc/stdio/_rfill.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libc/stdio/_rfill.c b/libc/stdio/_rfill.c index e9d2fa698..d2b3de593 100644 --- a/libc/stdio/_rfill.c +++ b/libc/stdio/_rfill.c @@ -7,10 +7,6 @@ #include "_stdio.h" -#ifdef __UCLIBC_MJN3_ONLY__ -#warning CONSIDER: Do we really need a seperate rfill function? -#endif - #ifdef __STDIO_BUFFERS /* Read some data into the buffer. |