Remove dead code.

Found by:	Coverity Prevent analysis tool
This commit is contained in:
das 2005-03-18 22:33:10 +00:00
parent 5837fb7221
commit 4f5dfbb16a

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);