Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Feb 2014 12:37:27 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r261916 - head/sys/dev/xen/console
Message-ID:  <201402151237.s1FCbRnh000507@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402151237.s1FCbRnh000507>