MFC r261916:

In sys/dev/xen/console/console.c, #if 0 an unused static function.
This commit is contained in:
dim 2014-02-19 07:59:50 +00:00
parent 4c23858008
commit d3f2366e84

View File

@ -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