diff options
Diffstat (limited to 'src/kern/solaris/solaris.hh')
-rw-r--r-- | src/kern/solaris/solaris.hh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/kern/solaris/solaris.hh b/src/kern/solaris/solaris.hh index 00eee994b..0dc2b7cb4 100644 --- a/src/kern/solaris/solaris.hh +++ b/src/kern/solaris/solaris.hh @@ -33,13 +33,6 @@ #include "base/types.hh" #include "config/full_system.hh" - -#if FULL_SYSTEM - -class Solaris {}; - -#else //!FULL_SYSTEM - #include "kern/operatingsystem.hh" class TranslatingPort; @@ -126,7 +119,4 @@ class Solaris : public OperatingSystem }; // class Solaris - -#endif // FULL_SYSTEM - #endif // __SOLARIS_HH__ |