aboutsummaryrefslogtreecommitdiff
path: root/src/lib9p
diff options
context:
space:
mode:
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)