repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: efa776990c7123af0f6a69ddd50cafba264e7b7b: path_to: revision_to:
commit efa776990c7123af0f6a69ddd50cafba264e7b7b Author: Emanuele GiaquintaDate: Mon Jan 21 14:52:44 2008 +0000 Remove invalid comment and TODO. diff --git a/src/init.C b/src/init.C
--- 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)
-----END OF PAGE-----