remove OSF1 support
[oweals/cde.git] / cde / programs / dtinfo / DtMmdb / StyleSheet / Expression.C
index e0fb9b640c8d49dd06fe2381ec81036e6ab201e7..5f2130e49f3d6e6343c68e19fce96f6a05c6f638 100644 (file)
@@ -141,20 +141,17 @@ BinaryOperatorNode::evaluate() const
 {
   // calculate children trees and then have feature value do the operation 
 
-#if !defined(SC3) && !defined(_IBMR2) && \
-    !defined(__osf__) && !defined(linux) && \
+#if !defined(SC3) && !defined(_IBMR2) && !defined(linux) && \
     !defined(CSRG_BASED) && !defined(sun)
   volatile
 #endif
   FeatureValue *left =  0;
-#if !defined(SC3) && !defined(_IBMR2) && \
-    !defined(__osf__) && !defined(linux) && \
+#if !defined(SC3) && !defined(_IBMR2) && !defined(linux) && \
     !defined(CSRG_BASED) && !defined(sun)
   volatile
 #endif
   FeatureValue *right = 0;
-#if !defined(SC3) && !defined(_IBMR2) && \
-    !defined(__osf__) && !defined(linux) && \
+#if !defined(SC3) && !defined(_IBMR2) && !defined(linux) && \
     !defined(CSRG_BASED) && !defined(sun)
   volatile
 #endif