lib9p: remove unused variables

This commit is contained in:
Russ Cox 2008-05-10 13:02:04 -04:00
parent 5d32c407ba
commit a4307bf86d

View file

@ -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)