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 /transport.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 'transport.c')
-rw-r--r-- | transport.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/transport.c b/transport.c index 2cb8882..b62fc7b 100644 --- a/transport.c +++ b/transport.c @@ -66,9 +66,6 @@ from The Open Group. #if defined(TCPCONN) || defined(UNIXCONN) #include "Xtranssock.c" #endif -#ifdef STREAMSCONN -#include "Xtranstli.c" -#endif #include "Xtrans.c" #include "Xtransutil.c" |