diff options
| author | ad <ad@NetBSD.org> | 2006-07-29 18:48:14 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 2006-07-29 18:48:14 +0000 |
| commit | a08a363b0dd37780d4a7cf50bd4e336e99c09344 (patch) | |
| tree | 178e2819ade11992f7d9158cc75cc1d803b40cef /sys/dev/dec | |
| parent | 55fde488db5ed915b9677492038299f965a6c10e (diff) | |
Remove unused variable.
Diffstat (limited to 'sys/dev/dec')
| -rw-r--r-- | sys/dev/dec/dz.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/dec/dz.c b/sys/dev/dec/dz.c index 0654af068c9..81a459181ef 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 <sys/cdefs.h> -__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 <sys/param.h> #include <sys/systm.h> @@ -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; |
