lib9p: remove unused variables
This commit is contained in:
parent
5d32c407ba
commit
a4307bf86d
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user