diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib9p/tpost.c | 2 |
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) |