From: ayin Date: Mon, 21 Jan 2008 14:52:44 +0000 (+0000) Subject: Remove invalid comment and TODO. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=8c379429473989d3f349e5f4671d6b85b085eed3;p=dana%2Furxvt.git Remove invalid comment and TODO. --- 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)