mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
lib9p: remove unused variables
This commit is contained in:
parent
5d32c407ba
commit
a4307bf86d
1 changed files with 0 additions and 2 deletions
|
@ -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 a new issue