From 63656b9476fc7242bf89f7695dbd14e84e9a11f8 Mon Sep 17 00:00:00 2001 From: he Date: Tue, 26 May 2009 06:38:26 +0000 Subject: [PATCH] Remove a now-unused local variable. --- sys/arch/hp300/dev/mt.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/arch/hp300/dev/mt.c b/sys/arch/hp300/dev/mt.c index cdf6b4e60296..1b9a1028dc49 100644 --- a/sys/arch/hp300/dev/mt.c +++ b/sys/arch/hp300/dev/mt.c @@ -1,4 +1,4 @@ -/* $NetBSD: mt.c,v 1.48 2009/05/26 00:46:22 ad Exp $ */ +/* $NetBSD: mt.c,v 1.49 2009/05/26 06:38:26 he Exp $ */ /*- * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. @@ -60,7 +60,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: mt.c,v 1.48 2009/05/26 00:46:22 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mt.c,v 1.49 2009/05/26 06:38:26 he Exp $"); #include #include @@ -424,7 +424,6 @@ mtclose(dev_t dev, int flag, int fmt, struct lwp *l) static int mtcommand(dev_t dev, int cmd, int cnt) { - struct mt_softc *sc = device_lookup_private(&mt_cd,UNIT(dev)); int error = 0; buf_t *bp;