Remove dead code.

Found by:	Coverity Prevent analysis tool
This commit is contained in:
David Schultz 2005-03-18 22:33:10 +00:00
parent 938838feb1
commit ab3ac78792

View File

@ -440,8 +440,6 @@ nfs_mount(struct mount *mp, struct thread *td)
return (0);
}
if (error)
return (error);
error = copyinstr(args.hostname, hst, MNAMELEN-1, &len);
if (error)
return (error);