We don't need 'imp' here.

This commit is contained in:
pjd 2005-10-07 10:30:47 +00:00
parent e5de7a52cb
commit 5c01c35a0c

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