From f68af8c991b3727930ae0b86ede05fb1ed8a2df3 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sun, 29 Oct 2006 20:03:55 +0000 Subject: [PATCH] Retire the failed OBSOLETE_IN_6 experiment code. --- sys/sys/param.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sys/sys/param.h b/sys/sys/param.h index 1469ece5193..f4db73fec4b 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -85,12 +85,6 @@ /* More types and definitions used throughout the kernel. */ #ifdef _KERNEL -#if 0 -#if (defined(BURN_BRIDGES) || __FreeBSD_version >= 600000) \ - && defined(OBSOLETE_IN_6) -#error "This file contains obsolete code to be removed in 6.0-current" -#endif -#endif #include #include #ifndef LOCORE