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/_buf.c | |
parent | 517c0feacaede7dcba7dea95aef49d78c94e8c7c (diff) |
ape: remove unused variables
Diffstat (limited to 'sys/src/ape/lib/ap/plan9/_buf.c')
-rw-r--r-- | sys/src/ape/lib/ap/plan9/_buf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/ape/lib/ap/plan9/_buf.c b/sys/src/ape/lib/ap/plan9/_buf.c index 6a375672b..9836886d7 100644 --- a/sys/src/ape/lib/ap/plan9/_buf.c +++ b/sys/src/ape/lib/ap/plan9/_buf.c @@ -49,7 +49,7 @@ static int copynotehandler(void *, char *); int _startbuf(int fd) { - int i, pid, sid; + int i, pid; Fdinfo *f; Muxbuf *b; |