Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-localcount]: src/sys/kern Remove stray debugging info
details: https://anonhg.NetBSD.org/src/rev/a7a5313e5d55
branches: pgoyette-localcount
changeset: 852836:a7a5313e5d55
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Fri Jul 22 02:05:39 2016 +0000
description:
Remove stray debugging info
diffstat:
sys/kern/subr_autoconf.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 70b6763ee842 -r a7a5313e5d55 sys/kern/subr_autoconf.c
--- a/sys/kern/subr_autoconf.c Fri Jul 22 02:02:24 2016 +0000
+++ b/sys/kern/subr_autoconf.c Fri Jul 22 02:05:39 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: subr_autoconf.c,v 1.246.2.3 2016/07/22 02:02:24 pgoyette Exp $ */
+/* $NetBSD: subr_autoconf.c,v 1.246.2.4 2016/07/22 02:05:39 pgoyette Exp $ */
/*
* Copyright (c) 1996, 2000 Christopher G. Demetriou
@@ -77,7 +77,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_autoconf.c,v 1.246.2.3 2016/07/22 02:02:24 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_autoconf.c,v 1.246.2.4 2016/07/22 02:05:39 pgoyette Exp $");
#ifdef _KERNEL_OPT
#include "opt_ddb.h"
@@ -2328,7 +2328,6 @@
p = device_private(dv);
KASSERTMSG(p != NULL || dv == NULL,
"%s: device %s has no private data", __func__, cd->cd_name);
-unit, dv, p); */
return p;
}
Home |
Main Index |
Thread Index |
Old Index