lib9p: remove duplicate variable assignment in createfile()

This commit is contained in:
BurnZeZ 2016-03-19 17:58:35 -04:00
parent 18046fd815
commit e1f7e472cf

View file

@ -235,7 +235,6 @@ createfile(File *fp, char *name, char *uid, ulong perm, void *aux)
if(perm & DMEXCL)
f->qid.type |= QTEXCL;
f->mode = perm;
f->atime = f->mtime = time(0);
f->length = 0;
f->parent = fp;