summaryrefslogtreecommitdiff
path: root/sys/dev/sun
diff options
context:
space:
mode:
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).
*/