Date: Tue, 29 May 2018 12:30:41 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r334323 - projects/pnfs-planb-server/usr.sbin/nfsd Message-ID: <201805291230.w4TCUfuL001375@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805291230.w4TCUfuL001375>