diff options
author | rsc <devnull@localhost> | 2006-04-20 20:05:55 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-04-20 20:05:55 +0000 |
commit | e6dad55ae3498c3b13a700e4a8b5c586e444618d (patch) | |
tree | db0466fc967cdbf9db97344691beb9bff7b931a3 /src/lib9p | |
parent | 90a356572cc47a20e6ef6044c7f14167ab9edd9a (diff) | |
download | plan9port-e6dad55ae3498c3b13a700e4a8b5c586e444618d.tar.gz plan9port-e6dad55ae3498c3b13a700e4a8b5c586e444618d.tar.bz2 plan9port-e6dad55ae3498c3b13a700e4a8b5c586e444618d.zip |
no warning (andrey)
Diffstat (limited to 'src/lib9p')
-rw-r--r-- | src/lib9p/req.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib9p/req.c b/src/lib9p/req.c index b958e191..1a859ee8 100644 --- a/src/lib9p/req.c +++ b/src/lib9p/req.c @@ -67,8 +67,6 @@ if(chatty9p > 1) void closereq(Req *r) { - int i; - if(r == nil) return; |