Remove now unused variable.

This commit is contained in:
Alexander Kabaev 2003-11-01 15:04:50 +00:00
parent aec21b56e8
commit 9185a9f5e3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121859

View file

@ -347,7 +347,6 @@ union_unmount(mp, mntflags, td)
* in the filesystem.
*/
for (freeing = 0; (error = vflush(mp, 0, flags)) != 0;) {
struct vnode *vp;
int n;
/* count #vnodes held on mount list */