svn commit: r334323 - projects/pnfs-planb-server/usr.sbin/nfsd

Rick Macklem rmacklem at FreeBSD.org
Tue May 29 12:30:42 UTC 2018


Author: rmacklem
Date: Tue May 29 12:30:41 2018
New Revision: 334323
URL: https://svnweb.freebsd.org/changeset/base/334323

Log:
  Get rid of two unused variables in nfsd.c.

Modified:
  projects/pnfs-planb-server/usr.sbin/nfsd/nfsd.c

Modified: projects/pnfs-planb-server/usr.sbin/nfsd/nfsd.c
==============================================================================
--- projects/pnfs-planb-server/usr.sbin/nfsd/nfsd.c	Tue May 29 12:25:33 2018	(r334322)
+++ projects/pnfs-planb-server/usr.sbin/nfsd/nfsd.c	Tue May 29 12:30:41 2018	(r334323)
@@ -99,8 +99,6 @@ static int stablefd = -1;	/* Fd for the stable restart
 static int backupfd;		/* Fd for the backup stable restart file */
 static const char *getopt_shortopts;
 static const char *getopt_usage;
-static char *dshost = NULL;
-static int dshostc = 0;
 
 static int minthreads_set;
 static int maxthreads_set;


More information about the svn-src-projects mailing list