tlib9p: remove unused 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 a4307bf86dfae5a707e844dcc0b1b5fdc19d422c
 (DIR) parent 5d32c407ba9b6563dd3fc1f594e268a102691c26
 (HTM) Author: Russ Cox <rsc@swtch.com>
       Date:   Sat, 10 May 2008 13:02:04 -0400
       
       lib9p: remove unused variables
       
       Diffstat:
         M src/lib9p/tpost.c                   |       2 --
       
       1 file changed, 0 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/src/lib9p/tpost.c b/src/lib9p/tpost.c
       t@@ -14,8 +14,6 @@ void
        threadpostmountsrv(Srv *s, char *name, char *mtpt, int flag)
        {
                int fd[2];
       -        int mtfd;
       -        char *addr;
        
                if(!s->nopipe){
                        if(pipe(fd) < 0)