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)
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to