Remove dead code.
Found by: Coverity Prevent analysis tool
This commit is contained in:
parent
5837fb7221
commit
4f5dfbb16a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user