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/10/sys/dev/xen/console/console.c
Directory Properties:
  stable/10/   (props changed)

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

Modified: stable/10/sys/dev/xen/console/console.c
==============================================================================
--- stable/10/sys/dev/xen/console/console.c     Wed Feb 19 07:55:28 2014        
(r262211)
+++ stable/10/sys/dev/xen/console/console.c     Wed Feb 19 07:59:50 2014        
(r262212)
@@ -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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to