svn commit: r335069 - head/stand/libsa
Warner Losh
imp at FreeBSD.org
Wed Jun 13 17:28:07 UTC 2018
Author: imp
Date: Wed Jun 13 17:28:06 2018
New Revision: 335069
URL: https://svnweb.freebsd.org/changeset/base/335069
Log:
Remove fail: label. It's unused.
Sponsored by: Netflix
Modified:
head/stand/libsa/open.c
Modified: head/stand/libsa/open.c
==============================================================================
--- head/stand/libsa/open.c Wed Jun 13 17:04:41 2018 (r335068)
+++ head/stand/libsa/open.c Wed Jun 13 17:28:06 2018 (r335069)
@@ -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)
More information about the svn-src-all
mailing list