tremove useless variable - st - [fork] customized build of st, the simple terminal
(HTM) git clone git://src.adamsgaard.dk/st
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 5d055fdc7cb441162f4ff5b67d0cbf6c58439d10
(DIR) parent a6efc851b6b0fa9befe1f81627c5c5955d48e6f6
(HTM) 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
t@@ -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)