summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_bio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/vfs_bio.c')
-rw-r--r--sys/kern/vfs_bio.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index 83eca08..f21f48e 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -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;
/*
OpenPOWER on IntegriCloud