1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-27 11:55:06 +00:00

In sys/dev/xen/console/console.c, #if 0 an unused static function.

MFC after:	3 days
This commit is contained in:
Dimitry Andric 2014-02-15 12:37:26 +00:00
parent a3043eeef2
commit 216b991381
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=261916

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