JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
remove useless variable
authorMatthias-Christian Ott <ott@enolink.de>
Sun, 8 Jun 2008 18:55:42 +0000 (20:55 +0200)
committerMatthias-Christian Ott <ott@enolink.de>
Sun, 8 Jun 2008 18:55:42 +0000 (20:55 +0200)
std.c

diff --git a/std.c b/std.c
index 4808db4..0dae5c2 100644 (file)
--- 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)