svn commit: r261916 - head/sys/dev/xen/console

Dimitry Andric dim at FreeBSD.org
Sat Feb 15 12:37:27 UTC 2014


Author: dim
Date: Sat Feb 15 12:37:26 2014
New Revision: 261916
URL: http://svnweb.freebsd.org/changeset/base/261916

Log:
  In sys/dev/xen/console/console.c, #if 0 an unused static function.
  
  MFC after:	3 days

Modified:
  head/sys/dev/xen/console/console.c

Modified: head/sys/dev/xen/console/console.c
==============================================================================
--- head/sys/dev/xen/console/console.c	Sat Feb 15 12:25:01 2014	(r261915)
+++ head/sys/dev/xen/console/console.c	Sat Feb 15 12:37:26 2014	(r261916)
@@ -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


More information about the svn-src-head mailing list