From a08a363b0dd37780d4a7cf50bd4e336e99c09344 Mon Sep 17 00:00:00 2001 From: ad Date: Sat, 29 Jul 2006 18:48:14 +0000 Subject: [PATCH] Remove unused variable. --- sys/dev/dec/dz.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/dev/dec/dz.c b/sys/dev/dec/dz.c index 0654af068c99..81a459181ef2 100644 --- a/sys/dev/dec/dz.c +++ b/sys/dev/dec/dz.c @@ -1,4 +1,4 @@ -/* $NetBSD: dz.c,v 1.21 2006/07/21 16:48:48 ad Exp $ */ +/* $NetBSD: dz.c,v 1.22 2006/07/29 18:48:14 ad Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -67,7 +67,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: dz.c,v 1.21 2006/07/21 16:48:48 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: dz.c,v 1.22 2006/07/29 18:48:14 ad Exp $"); #include #include @@ -322,7 +322,6 @@ dzxint(void *arg) int dzopen(dev_t dev, int flag, int mode, struct lwp *l) { - struct proc *p = l->l_proc; struct tty *tp; int unit, line; struct dz_softc *sc;