From 8c379429473989d3f349e5f4671d6b85b085eed3 Mon Sep 17 00:00:00 2001 From: ayin Date: Mon, 21 Jan 2008 14:52:44 +0000 Subject: [PATCH] Remove invalid comment and TODO. --- src/init.C | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/init.C b/src/init.C index cad8d9f6..b3a4b0d1 100644 --- a/src/init.C +++ b/src/init.C @@ -317,13 +317,8 @@ init_secondary () { int i; - /* - * Close all unused file descriptors - * We don't want them, we don't need them. - */ if ((i = open ("/dev/null", O_RDONLY)) < 0) { - /* TODO: BOO HISS */ dup2 (STDERR_FILENO, STDIN_FILENO); } else if (i != STDIN_FILENO) -- 2.34.1