tunused variables - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit a6662a3672fa66b21b490115f6c2d839c362b7e7
 (DIR) parent d40457248b8270326b49287f771a2de53dd72fe5
 (HTM) Author: rsc <devnull@localhost>
       Date:   Tue,  4 Jan 2005 22:17:58 +0000
       
       unused variables
       
       Diffstat:
         M src/cmd/vac/file.c                  |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/src/cmd/vac/file.c b/src/cmd/vac/file.c
       t@@ -1513,11 +1513,11 @@ static u32int
        filemetaalloc(VacFile *f, VacDir *dir, u32int start)
        {
                u32int nb, bo;
       -        VtBlock *b, *bb;
       +        VtBlock *b;
                MetaBlock mb;
                int nn;
                uchar *p;
       -        int i, n, epb;
       +        int i, n;
                MetaEntry me;
                VtFile *s, *ms;