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 /Makefile.am | |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9ff1723..38c34c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,6 @@ Xtransinclude_HEADERS = \ Xtransint.h \ Xtranslcl.c \ Xtranssock.c \ - Xtranstli.c \ Xtransutil.c \ transport.c |