From a4307bf86dfae5a707e844dcc0b1b5fdc19d422c Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sat, 10 May 2008 13:02:04 -0400 Subject: lib9p: remove unused variables --- src/lib9p/tpost.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib9p') diff --git a/src/lib9p/tpost.c b/src/lib9p/tpost.c index 45426f12..d6691fec 100644 --- a/src/lib9p/tpost.c +++ b/src/lib9p/tpost.c @@ -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) -- cgit v1.2.3