repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: efa776990c7123af0f6a69ddd50cafba264e7b7b:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit efa776990c7123af0f6a69ddd50cafba264e7b7b
Author: Emanuele Giaquinta 
Date:   Mon Jan 21 14:52:44 2008 +0000

    Remove invalid comment and TODO.

diff --git a/src/init.C b/src/init.C
index cad8d9f6c46153a7db58decec290fc78bf2a2da8..
index ..b3a4b0d10423e6833a4de974cc9a747150737301 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)

-----END OF PAGE-----