summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2014-02-19 07:59:50 +0000
committerdim <dim@FreeBSD.org>2014-02-19 07:59:50 +0000
commitd3f2366e849059e1b0c4c6970faecf6c7ff1b615 (patch)
tree0c9573a29ce90e8384fbefbaedb5e75ed4458644
parent4c238580082835dcb6542139983f97cd5615db62 (diff)
downloadFreeBSD-src-d3f2366e849059e1b0c4c6970faecf6c7ff1b615.zip
FreeBSD-src-d3f2366e849059e1b0c4c6970faecf6c7ff1b615.tar.gz
MFC r261916:
In sys/dev/xen/console/console.c, #if 0 an unused static function.
-rw-r--r--sys/dev/xen/console/console.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/xen/console/console.c b/sys/dev/xen/console/console.c
index 65a0e7d..52f5fe1 100644
--- a/sys/dev/xen/console/console.c
+++ b/sys/dev/xen/console/console.c
@@ -356,6 +356,7 @@ xcclose(struct tty *tp)
xen_console_up = 0;
}
+#if 0
static inline int
__xencons_put_char(int ch)
{
@@ -365,6 +366,7 @@ __xencons_put_char(int ch)
wbuf[WBUF_MASK(wp++)] = _ch;
return 1;
}
+#endif
static void
OpenPOWER on IntegriCloud