ramfs: remove unused variable
This commit is contained in:
parent
4195e1a54e
commit
ec32701973
1 changed files with 0 additions and 2 deletions
|
@ -455,10 +455,8 @@ main(int argc, char **argv)
|
||||||
char *srvname = nil;
|
char *srvname = nil;
|
||||||
char *mtpt = "/tmp";
|
char *mtpt = "/tmp";
|
||||||
int mountflags;
|
int mountflags;
|
||||||
Qid q;
|
|
||||||
|
|
||||||
fs.tree = alloctree(nil, nil, DMDIR|0777, fsdestroyfile);
|
fs.tree = alloctree(nil, nil, DMDIR|0777, fsdestroyfile);
|
||||||
q = fs.tree->root->qid;
|
|
||||||
|
|
||||||
mountflags = 0;
|
mountflags = 0;
|
||||||
ARGBEGIN{
|
ARGBEGIN{
|
||||||
|
|
Loading…
Reference in a new issue