MFC r261916:
In sys/dev/xen/console/console.c, #if 0 an unused static function.
This commit is contained in:
parent
4c23858008
commit
d3f2366e84
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user