diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-12-26 19:08:16 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-12-26 20:33:57 -0800 |
commit | ec3136232f7ce930f9ca812b6ab42a71b60af4af (patch) | |
tree | 5a0aebec527f2800639b2fe3e1d62ed03ea8c8a9 /Xtrans.c | |
parent | 8ce5ecd33b05becc054dbd07f87e385165b6c979 (diff) |
Remove unused TLI ("STREAMSCONN") code from xtrans
Has never been converted to build in modular builds, so has been unusable
since X11R7.0 release in 2005. All known platforms with TLI/XTI support
that X11R7 & later releases run on also have (and mostly prefer) BSD
socket support for their networking API.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'Xtrans.c')
-rw-r--r-- | Xtrans.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -80,11 +80,6 @@ from The Open Group. static Xtransport_table Xtransports[] = { -#if defined(STREAMSCONN) - { &TRANS(TLITCPFuncs), TRANS_TLI_TCP_INDEX }, - { &TRANS(TLIINETFuncs), TRANS_TLI_INET_INDEX }, - { &TRANS(TLITLIFuncs), TRANS_TLI_TLI_INDEX }, -#endif /* STREAMSCONN */ #if defined(TCPCONN) { &TRANS(SocketTCPFuncs), TRANS_SOCKET_TCP_INDEX }, #if defined(IPv6) && defined(AF_INET6) |