From ec3136232f7ce930f9ca812b6ab42a71b60af4af Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 26 Dec 2012 19:08:16 -0800 Subject: 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 --- transport.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'transport.c') 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" -- cgit v1.2.1