URI: 
       tno warning (andrey) - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit e6dad55ae3498c3b13a700e4a8b5c586e444618d
   DIR parent 90a356572cc47a20e6ef6044c7f14167ab9edd9a
  HTML Author: rsc <devnull@localhost>
       Date:   Thu, 20 Apr 2006 20:05:55 +0000
       
       no warning (andrey)
       
       Diffstat:
         M src/lib9p/req.c                     |       2 --
       
       1 file changed, 0 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/src/lib9p/req.c b/src/lib9p/req.c
       t@@ -67,8 +67,6 @@ if(chatty9p > 1)
        void
        closereq(Req *r)
        {
       -        int i;
       -
                if(r == nil)
                        return;