diff options
Diffstat (limited to 'src/kern/solaris/solaris.hh')
-rw-r--r-- | src/kern/solaris/solaris.hh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/kern/solaris/solaris.hh b/src/kern/solaris/solaris.hh index c6fb93f04..9cd5af16f 100644 --- a/src/kern/solaris/solaris.hh +++ b/src/kern/solaris/solaris.hh @@ -32,14 +32,6 @@ #define __SOLARIS_HH__ #include "base/types.hh" -#include "config/full_system.hh" - -#if FULL_SYSTEM - -class Solaris {}; - -#else //!FULL_SYSTEM - #include "kern/operatingsystem.hh" /// @@ -124,7 +116,4 @@ class Solaris : public OperatingSystem }; // class Solaris - -#endif // FULL_SYSTEM - #endif // __SOLARIS_HH__ |