URI: 
       remove useless variable - st - simple terminal
  HTML git clone https://git.parazyd.org/st
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 5d055fdc7cb441162f4ff5b67d0cbf6c58439d10
   DIR parent a6efc851b6b0fa9befe1f81627c5c5955d48e6f6
  HTML Author: Matthias-Christian Ott <ott@enolink.de>
       Date:   Sun,  8 Jun 2008 20:55:42 +0200
       
       remove useless variable
       
       Diffstat:
         M std.c                               |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/std.c b/std.c
       @@ -306,7 +306,6 @@ unbuffer(void) {
        
        int
        main(int argc, char *argv[]) {
       -        fd_set rd;
                if(argc == 2 && !strcmp("-v", argv[1]))
                        eprint("std-"VERSION", © 2008 Matthias-Christian Ott\n");
                else if(argc == 1)