summaryrefslogtreecommitdiff
path: root/sys/dev/sun
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2013-09-15 14:08:25 +0000
committermartin <martin@NetBSD.org>2013-09-15 14:08:25 +0000
commit4e5b299bf0a86e8cfb73641ffdeee5f4bfb12ce0 (patch)
tree704246b5a9a9d8ccbe1408ed2836159a05f0e4ac /sys/dev/sun
parentf9c3608a3fc639689c600fb6b316a79d4a4b28ce (diff)
Remove unused variable
Diffstat (limited to 'sys/dev/sun')
-rw-r--r--sys/dev/sun/sunkbd.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/dev/sun/sunkbd.c b/sys/dev/sun/sunkbd.c
index 7dfe25e8dda..24416f30c99 100644
--- a/sys/dev/sun/sunkbd.c
+++ b/sys/dev/sun/sunkbd.c
@@ -1,4 +1,4 @@
-/* $NetBSD: sunkbd.c,v 1.28 2010/08/14 20:52:05 jym Exp $ */
+/* $NetBSD: sunkbd.c,v 1.29 2013/09/15 14:10:04 martin Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -51,7 +51,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sunkbd.c,v 1.28 2010/08/14 20:52:05 jym Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sunkbd.c,v 1.29 2013/09/15 14:10:04 martin Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -239,11 +239,8 @@ int
sunkbdinput(int c, struct tty *tp)
{
struct kbd_sun_softc *k = tp->t_sc;
- u_char *cc;
int error;
- cc = tp->t_cc;
-
/*
* Handle exceptional conditions (break, parity, framing).
*/