svn commit: r199772 - stable/8/sys/dev/xen/console

Kip Macy kmacy at FreeBSD.org
Wed Nov 25 01:51:08 UTC 2009


Author: kmacy
Date: Wed Nov 25 01:51:07 2009
New Revision: 199772
URL: http://svn.freebsd.org/changeset/base/199772

Log:
  remove gratuitous comment

Modified:
  stable/8/sys/dev/xen/console/console.c

Modified: stable/8/sys/dev/xen/console/console.c
==============================================================================
--- stable/8/sys/dev/xen/console/console.c	Wed Nov 25 01:50:17 2009	(r199771)
+++ stable/8/sys/dev/xen/console/console.c	Wed Nov 25 01:51:07 2009	(r199772)
@@ -152,7 +152,6 @@ xccncheckc(struct consdev *dev)
 	
 	CN_LOCK(cn_mtx);
 	if ((rp - rc)) {
-		/* if (kdb_active) printf("%s:%d\n", __func__, __LINE__); */
 		/* we need to return only one char */
 		ret = (int)rbuf[RBUF_MASK(rc)];
 		rc++;


More information about the svn-src-all mailing list