From 0cd59a18e366e541876a23e59b53ce6246f0cec8 Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 2 Dec 2008 02:32:13 +0000 Subject: Prune some whining. --- sys/kern/kern_descrip.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'sys/kern/kern_descrip.c') diff --git a/sys/kern/kern_descrip.c b/sys/kern/kern_descrip.c index faac641..c981411 100644 --- a/sys/kern/kern_descrip.c +++ b/sys/kern/kern_descrip.c @@ -2509,16 +2509,6 @@ sysctl_kern_file(SYSCTL_HANDLER_ARGS) SYSCTL_PROC(_kern, KERN_FILE, file, CTLTYPE_OPAQUE|CTLFLAG_RD, 0, 0, sysctl_kern_file, "S,xfile", "Entire file table"); -/* - * Sadly, the libgtop port has already been compiled for 7.1, but the code - * does not do enough error checking and bad things might happen. Even - * though we've not made a release with this stuff in it, the packages have - * apparently been built. - * - * This should be deleted shortly after 7.1 is released and we go back to - * 7-stable again. If the libgtop port can be rebuilt, then this can get - * deleted before release. - */ #ifdef KINFO_OFILE_SIZE CTASSERT(sizeof(struct kinfo_ofile) == KINFO_OFILE_SIZE); #endif -- cgit v1.1