summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_physio.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-10-25 17:44:59 +0000
committerphk <phk@FreeBSD.org>1998-10-25 17:44:59 +0000
commit13c66194f4b66073c693cdb830b5091d9d735e17 (patch)
tree6fad3c4a8f13b0ab244bebf9795bb095be5ee8d7 /sys/kern/kern_physio.c
parentb17bde009a29901e8647e3d0c680a716f3526a2d (diff)
downloadFreeBSD-src-13c66194f4b66073c693cdb830b5091d9d735e17.zip
FreeBSD-src-13c66194f4b66073c693cdb830b5091d9d735e17.tar.gz
Nitpicking and dusting performed on a train. Removes trivial warnings
about unused variables, labels and other lint.
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 17bd5b2..441d95f 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)];
OpenPOWER on IntegriCloud