mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove #ifdef/#endif 3 years after the stuff they protected was removed.
Spotted by: peter.
This commit is contained in:
parent
bc8c3c3e37
commit
e48fb743d8
3 changed files with 0 additions and 6 deletions
|
|
@ -70,8 +70,6 @@
|
|||
#include <sys/power.h>
|
||||
|
||||
#include <machine/clock.h>
|
||||
#ifdef CLK_CALIBRATION_LOOP
|
||||
#endif
|
||||
#include <machine/cputypes.h>
|
||||
#include <machine/frame.h>
|
||||
#include <machine/limits.h>
|
||||
|
|
|
|||
|
|
@ -70,8 +70,6 @@
|
|||
#include <sys/power.h>
|
||||
|
||||
#include <machine/clock.h>
|
||||
#ifdef CLK_CALIBRATION_LOOP
|
||||
#endif
|
||||
#include <machine/cputypes.h>
|
||||
#include <machine/frame.h>
|
||||
#include <machine/limits.h>
|
||||
|
|
|
|||
|
|
@ -70,8 +70,6 @@
|
|||
#include <sys/power.h>
|
||||
|
||||
#include <machine/clock.h>
|
||||
#ifdef CLK_CALIBRATION_LOOP
|
||||
#endif
|
||||
#include <machine/cputypes.h>
|
||||
#include <machine/frame.h>
|
||||
#include <machine/limits.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue