From 56139d5a7109db33a7f3e951595a45a0f7f12cd4 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 9 Feb 2001 23:04:57 +0000 Subject: Remove now irrelevant comment. --- libc/stdio/stdio.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libc/stdio/stdio.c b/libc/stdio/stdio.c index a45df31aa..27b54dcb3 100644 --- a/libc/stdio/stdio.c +++ b/libc/stdio/stdio.c @@ -143,10 +143,7 @@ void __init_stdio(void) if (isatty(1)) { stdout->mode |= _IOLBF; } -#if 1 - /* Taken care of in _start.S and atexit.c now. */ atexit(__stdio_close_all); -#endif } #endif -- cgit v1.2.3