aboutsummaryrefslogtreecommitdiff
path: root/src/lib9p
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2008-05-10 13:02:04 -0400
committerRuss Cox <rsc@swtch.com>2008-05-10 13:02:04 -0400
commita4307bf86dfae5a707e844dcc0b1b5fdc19d422c (patch)
treefef0504a5081ade82967dede9bc7100b3a9adca0 /src/lib9p
parent5d32c407ba9b6563dd3fc1f594e268a102691c26 (diff)
downloadplan9port-a4307bf86dfae5a707e844dcc0b1b5fdc19d422c.tar.gz
plan9port-a4307bf86dfae5a707e844dcc0b1b5fdc19d422c.tar.bz2
plan9port-a4307bf86dfae5a707e844dcc0b1b5fdc19d422c.zip
lib9p: remove unused variables
Diffstat (limited to 'src/lib9p')
-rw-r--r--src/lib9p/tpost.c2
1 files changed, 0 insertions, 2 deletions
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)