aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_physio.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1998-10-25 17:44:59 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1998-10-25 17:44:59 +0000
commitf5ef029e9226c3849bdd1100b4ffe4eb60fec3d0 (patch)
tree859d5f5a3e4eed4faa56446dea4eb691bda4fb2c /sys/kern/kern_physio.c
parent37906c686def70b561a4f3a0d7b5e57acff256fb (diff)
downloadsrc-f5ef029e9226c3849bdd1100b4ffe4eb60fec3d0.tar.gz
src-f5ef029e9226c3849bdd1100b4ffe4eb60fec3d0.zip
Nitpicking and dusting performed on a train. Removes trivial warnings
about unused variables, labels and other lint.
Notes
Notes: svn path=/head/; revision=40648
Diffstat (limited to 'sys/kern/kern_physio.c')
-rw-r--r--sys/kern/kern_physio.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/kern_physio.c b/sys/kern/kern_physio.c
index 17bd5b2c4fa6..441d95fc5086 100644
--- a/sys/kern/kern_physio.c
+++ b/sys/kern/kern_physio.c
@@ -16,7 +16,7 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: kern_physio.c,v 1.27 1998/07/04 22:30:21 julian Exp $
+ * $Id: kern_physio.c,v 1.28 1998/08/19 10:50:32 sos Exp $
*/
#include <sys/param.h>
@@ -169,7 +169,6 @@ minphys(bp)
{
u_int maxphys = DFLTPHYS;
struct cdevsw *bdsw;
- int offset;
bdsw = cdevsw[major(bp->b_dev)];