summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_bio.c
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2003-12-20 19:46:21 +0000
committeralc <alc@FreeBSD.org>2003-12-20 19:46:21 +0000
commita7fef684f64156345aab9f8a5177547944d1fc54 (patch)
tree556515665f190202391132b76b20835c2877d297 /sys/kern/vfs_bio.c
parent2a76f369023e788a7c5ccb1d06a260ac3cb0c6f1 (diff)
downloadFreeBSD-src-a7fef684f64156345aab9f8a5177547944d1fc54.zip
FreeBSD-src-a7fef684f64156345aab9f8a5177547944d1fc54.tar.gz
Remove a variable that has been initialized but otherwise unused since
revision 1.315.
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