Browse Source

Remove now irrelevant comment.

Eric Andersen 23 years ago
parent
commit
56139d5a71
1 changed files with 0 additions and 3 deletions
  1. 0 3
      libc/stdio/stdio.c

+ 0 - 3
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