Remove a variable that has been initialized but otherwise unused since

revision 1.315.
This commit is contained in:
Alan Cox 2003-12-20 19:46:21 +00:00
parent ededbec187
commit 96a7b42213
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123691

View File

@ -1302,9 +1302,7 @@ brelse(struct buf * bp)
off_t foff;
vm_pindex_t poff;
vm_object_t obj;
struct vnode *vp;
vp = bp->b_vp;
obj = bp->b_object;
/*