diff options
author | ppatience0 <ppatience0@gmail.com> | 2013-05-06 20:51:18 -0400 |
---|---|---|
committer | ppatience0 <ppatience0@gmail.com> | 2013-05-06 20:51:18 -0400 |
commit | 36287edc888c537b9ee37ae8530bd9c5b35227a1 (patch) | |
tree | 5151657c5871fe6c1d7ba783726b2267ea991c5c /sys/src/ape/lib/ap/plan9/isatty.c | |
parent | 517c0feacaede7dcba7dea95aef49d78c94e8c7c (diff) |
ape: remove unused variables
Diffstat (limited to 'sys/src/ape/lib/ap/plan9/isatty.c')
-rw-r--r-- | sys/src/ape/lib/ap/plan9/isatty.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/ape/lib/ap/plan9/isatty.c b/sys/src/ape/lib/ap/plan9/isatty.c index e04cd891d..b0ccb54bf 100644 --- a/sys/src/ape/lib/ap/plan9/isatty.c +++ b/sys/src/ape/lib/ap/plan9/isatty.c @@ -8,7 +8,6 @@ int _isatty(int fd) { - int t; char buf[64]; if(_FD2PATH(fd, buf, sizeof buf) < 0) |