Kill used "error" variable.

This commit is contained in:
David Greenman 1995-01-27 23:26:53 +00:00
parent 2f21d07aa3
commit e1babfc54f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5967

View File

@ -178,7 +178,6 @@ main(argc, argv)
struct nfsd_cargs ncd;
int mntflags, altflags, i, nfssvc_flag, num;
char *name, *p, *spec;
int error = 0;
struct vfsconf *vfc;
#ifdef KERBEROS
uid_t last_ruid;