Author: rmacklem
Date: Mon Dec 30 00:04:17 2019
New Revision: 356190
URL: https://svnweb.freebsd.org/changeset/base/356190

Log:
  MFC: r355530
  Delete an unused external declaration.
  
  Since nfsv4_opflag is no longer used in nfs_clcomsubs.c, delete the
  external declaration of it. Found during NFSv4.2 code merge.

Modified:
  stable/12/sys/fs/nfsclient/nfs_clcomsubs.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/fs/nfsclient/nfs_clcomsubs.c
==============================================================================
--- stable/12/sys/fs/nfsclient/nfs_clcomsubs.c  Sun Dec 29 23:56:31 2019        
(r356189)
+++ stable/12/sys/fs/nfsclient/nfs_clcomsubs.c  Mon Dec 30 00:04:17 2019        
(r356190)
@@ -45,7 +45,6 @@ __FBSDID("$FreeBSD$");
 #include <fs/nfs/nfsport.h>
 
 extern struct nfsstatsv1 nfsstatsv1;
-extern struct nfsv4_opflag nfsv4_opflag[NFSV41_NOPS];
 extern int ncl_mbuf_mlen;
 extern enum vtype newnv2tov_type[8];
 extern enum vtype nv34tov_type[8];
_______________________________________________
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