projects
/
st.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6efc85
)
remove useless variable
author
Matthias-Christian Ott
<ott@enolink.de>
Sun, 8 Jun 2008 18:55:42 +0000
(20:55 +0200)
committer
Matthias-Christian Ott
<ott@enolink.de>
Sun, 8 Jun 2008 18:55:42 +0000
(20:55 +0200)
std.c
patch
|
blob
|
history
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)