remove OSF1 support
[oweals/cde.git] / cde / lib / tt / lib / api / c / api_filemap.C
index 4ffc49e6634dfb5df1266fe89d7ccac052f9e16a..165369868d19d9307a6cc0821445545a5ed641cf 100644 (file)
@@ -242,19 +242,6 @@ printf("DEBUG _tt_host_netfile_file: resolving locally.\n");
                 return _tt_netfile_file(netfilename);
         }
 
-#ifdef __osf__
-// hostname and localhost were not the same, so make one more check
-// of the environment variable created by /usr/dt/bin/Xsession. If
-// we have started the system without a network configured, this will
-// be true during an initial system installation.
-
-       if (getenv("DTNONETWORK")) {
-           // strdup already done in _tt_netfile_file()
-           return _tt_file_netfile(netfilename);
-       }
-#endif /* __osf__ */
-
        _Tt_string      path(netfilename);
        _Tt_string      file;