mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Retire the failed OBSOLETE_IN_6 experiment code.
This commit is contained in:
parent
10d200c530
commit
f68af8c991
1 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue