Author: dim
Date: Wed Feb 19 07:59:50 2014
New Revision: 262212
URL: http://svnweb.freebsd.org/changeset/base/262212

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

Modified:
  stable/9/sys/dev/xen/console/console.c
Directory Properties:
  stable/9/sys/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/10/sys/dev/xen/console/console.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/9/sys/dev/xen/console/console.c
==============================================================================
--- stable/9/sys/dev/xen/console/console.c      Wed Feb 19 07:55:28 2014        
(r262211)
+++ stable/9/sys/dev/xen/console/console.c      Wed Feb 19 07:59:50 2014        
(r262212)
@@ -358,6 +358,7 @@ xcclose(struct tty *tp)
        xen_console_up = 0;
 }
 
+#if 0
 static inline int 
 __xencons_put_char(int ch)
 {
@@ -367,6 +368,7 @@ __xencons_put_char(int ch)
        wbuf[WBUF_MASK(wp++)] = _ch;
        return 1;
 }
+#endif
 
 
 static void
_______________________________________________
svn-src-stable-9@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"

Reply via email to