Remove Unixware and openserver support
[oweals/cde.git] / cde / programs / dtinfo / dtinfo / src / UAS / Base / UAS_Base.hh
index a2c451399f6e077cc9ef307461ecaa4861701139..7a3f2343d3c418c82ab312cb08183ece0d01fd59 100644 (file)
@@ -32,7 +32,7 @@ class UAS_Base: public Destructable {
        UAS_Base ();
        virtual ~UAS_Base ();
        int operator == (const UAS_Base &);
-#if (defined(sparc) && defined(SC3)) || defined(__osf__) || defined(USL) || defined(linux)
+#if (defined(sparc) && defined(SC3)) || defined(__osf__) || defined(linux)
        /* SC++ 4.0.1 does not like these being protected  */
 #else
     protected: