Remove fail: label. It's unused.
Sponsored by: Netflix
This commit is contained in:
parent
8222f5cb7c
commit
fb7923fe37
@ -141,7 +141,6 @@ open(const char *fname, int mode)
|
||||
}
|
||||
error = besterror;
|
||||
|
||||
fail:
|
||||
if ((f->f_flags & F_NODEV) == 0 && f->f_dev != NULL)
|
||||
f->f_dev->dv_close(f);
|
||||
if (error)
|
||||
|
Loading…
Reference in New Issue
Block a user