We don't need 'imp' here.

This commit is contained in:
Pawel Jakub Dawidek 2005-10-07 10:30:47 +00:00
parent e53e5e56d9
commit 8597a1c5b2

View File

@ -215,7 +215,6 @@ udf_mount(struct mount *mp, struct thread *td)
return (EINVAL);
if (mp->mnt_flag & MNT_UPDATE) {
imp = VFSTOUDFFS(mp);
if (fspec == NULL) {
error = vfs_getopt(opts, "export", (void **)&export,
&len);