From 9e3364a9e684f57b1bb15bdadbe49b31e42154b8 Mon Sep 17 00:00:00 2001
From: Manuel Novoa III <mjn3@codepoet.org>
Date: Sat, 3 Aug 2002 18:49:09 +0000
Subject: A couple of little cleanups I forgot to check in.

---
 libc/stdio/stdio.c | 2 --
 1 file changed, 2 deletions(-)

(limited to 'libc/stdio')

diff --git a/libc/stdio/stdio.c b/libc/stdio/stdio.c
index 1bce679f9..cf6450995 100644
--- a/libc/stdio/stdio.c
+++ b/libc/stdio/stdio.c
@@ -3196,8 +3196,6 @@ UNLOCKED(int,ferror,(FILE *stream),(stream))
 /**********************************************************************/
 #ifdef L_perror
 
-/* TODO -- not allowed to interfere with static storage of strerror(). */
-
 void perror(register const char *s)
 {
 	/* If the program is calling perror, it's a safe bet that printf and
-- 
cgit v1.2.3