summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-10-29 20:03:55 +0000
committerimp <imp@FreeBSD.org>2006-10-29 20:03:55 +0000
commit1d1d6e1a5fa703979c0b05e6db641263ad5164fc (patch)
treea5b8897565a28b79ada677474f0eebccbbd5488c
parent6b0dd22955de7744a45235f2b6349fec8235392e (diff)
downloadFreeBSD-src-1d1d6e1a5fa703979c0b05e6db641263ad5164fc.zip
FreeBSD-src-1d1d6e1a5fa703979c0b05e6db641263ad5164fc.tar.gz
Retire the failed OBSOLETE_IN_6 experiment code.
-rw-r--r--sys/sys/param.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 1469ece..f4db73f 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 <sys/cdefs.h>
#include <sys/errno.h>
#ifndef LOCORE
OpenPOWER on IntegriCloud