summaryrefslogtreecommitdiff
path: root/sys/dev/dec
diff options
context:
space:
mode:
authoryamt <yamt@NetBSD.org>2007-11-20 09:16:53 +0000
committeryamt <yamt@NetBSD.org>2007-11-20 09:16:53 +0000
commit0ae55456d73e0095a5ad2f9e2f6b835fc0f4061c (patch)
treec4ce954f452b92a5e23929c9e4f0e0f8a5e1c733 /sys/dev/dec
parent21ba58354ee93f2e65c341641f7a69f94dbc0929 (diff)
dzstart: remove a variable which is no longer used after the previous change.
Diffstat (limited to 'sys/dev/dec')
-rw-r--r--sys/dev/dec/dz.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/dec/dz.c b/sys/dev/dec/dz.c
index 3256049cc8c..e399b8a7810 100644
--- a/sys/dev/dec/dz.c
+++ b/sys/dev/dec/dz.c
@@ -1,4 +1,4 @@
-/* $NetBSD: dz.c,v 1.32 2007/11/19 18:51:46 ad Exp $ */
+/* $NetBSD: dz.c,v 1.33 2007/11/20 09:16:53 yamt 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.32 2007/11/19 18:51:46 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dz.c,v 1.33 2007/11/20 09:16:53 yamt Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -571,7 +571,6 @@ void
dzstart(struct tty *tp)
{
struct dz_softc *sc;
- struct clist *cl;
int unit, line, s;
char state;