remove OSF1 support
[oweals/cde.git] / cde / programs / dtinfo / dtinfo / src / Basic / Atomizer.hh
index 4a8b096d5e336e90b494da1af92654ce02facdd8..59871a833bde7e0cf76b1b7b093dda138f27f3fa 100644 (file)
@@ -58,11 +58,9 @@ public: // functions
 // a char * as an int.  hopefully, no one calls
 // them and they can be eliminated.
 
-#ifndef __osf__
   size_t value() { return ((size_t) f_value); }
   operator int () 
     { return ((size_t) f_value); }
-#endif
 
   operator const char * ()
     { return (f_value); }