From ef097eb69cec0753074d5190e5ff91aabfaef5e5 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sun, 30 Oct 2011 18:52:30 -0700 Subject: SE/FS: Build the solaris object in both SE and FS. --- src/kern/solaris/solaris.hh | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/kern/solaris') 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__ -- cgit v1.2.3