summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2008-12-27 11:38:41 +0000
committerbz <bz@FreeBSD.org>2008-12-27 11:38:41 +0000
commit23e451018e6086cc6d40003f2230e4340e282d27 (patch)
tree4df77f15d4e48cddb77711696d79d8401932e338 /sys
parentc10016b2542a240f91e2df2202da04a2a160352e (diff)
downloadFreeBSD-src-23e451018e6086cc6d40003f2230e4340e282d27.zip
FreeBSD-src-23e451018e6086cc6d40003f2230e4340e282d27.tar.gz
Remove an unused variable to make the SENTRY5 mips kernel compile
(though with some asm warning).
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/cfe/cfe_console.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/cfe/cfe_console.c b/sys/dev/cfe/cfe_console.c
index fbd44f8..b40567d 100644
--- a/sys/dev/cfe/cfe_console.c
+++ b/sys/dev/cfe/cfe_console.c
@@ -62,7 +62,6 @@ static struct ttydevsw cfe_ttydevsw = {
};
static int conhandle = -1;
-static struct tty *cfe_tp = NULL;
/* XXX does cfe have to poll? */
static int polltime;
static struct callout_handle cfe_timeouthandle
OpenPOWER on IntegriCloud