Remove Unixware and openserver support
[oweals/cde.git] / cde / lib / tt / bin / ttdbserverd / db_server_functions.C
index 210cc33c4cc3414903e77ecc253810e275a62f0d..55a9f918e2284605da86665d42c38bda057e6905 100644 (file)
@@ -80,12 +80,7 @@ char                         **global_envp;
 // This is the PID or TID of the procedure that is
 // performing the garbage collection.
 //
-#if defined(USL)
-int            _tt_garbage_id = 0;     // TID or PID.
-#else
 int            _tt_garbage_id = -1;    // TID or PID.
-#endif
-
 int            _tt_run_garbage_collect(int in_parallel);
 
 static const char              * sesProp = _TT_FILEJOIN_PROPNAME;
@@ -2737,7 +2732,7 @@ _tt_run_garbage_collect(int in_parallel)
                //
                // FORK and EXEC ourself '-G'.
                //
-#if defined(OPT_BUG_AIX) || defined(OPT_BUG_USL)
+#if defined(OPT_BUG_AIX)
 #define vfork fork
 #endif
                switch (_tt_garbage_id = (int)vfork()) {