plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit a4307bf86dfae5a707e844dcc0b1b5fdc19d422c
parent 5d32c407ba9b6563dd3fc1f594e268a102691c26
Author: Russ Cox <rsc@swtch.com>
Date:   Sat, 10 May 2008 13:02:04 -0400

lib9p: remove unused variables

Diffstat:
Msrc/lib9p/tpost.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git 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)