diff options
author | Adam Jackson <ajax@redhat.com> | 2016-05-18 12:41:41 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2016-05-19 09:28:21 -0400 |
commit | 0794b1b712a90b40e2b019c9edc6f96874493c52 (patch) | |
tree | 216e738f0e1a7b95daafe4cd29e5c987a3af156c /Xtranssock.c | |
parent | 473e77563b16fa7c42db9403c1382e9483e3666c (diff) |
unifdef LBXPROXY_t and TEST_t
LBX is dead, and TEST_t is unused.
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'Xtranssock.c')
-rw-r--r-- | Xtranssock.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Xtranssock.c b/Xtranssock.c index 2cda9bb..866f4ab 100644 --- a/Xtranssock.c +++ b/Xtranssock.c @@ -215,14 +215,6 @@ static int TRANS(SocketINETClose) (XtransConnInfo ciptr); #define UNIX_PATH "/tmp/.ICE-unix/" #define UNIX_DIR "/tmp/.ICE-unix" #endif /* ICE_t */ -#if defined(TEST_t) -#define UNIX_PATH "/tmp/.Test-unix/test" -#define UNIX_DIR "/tmp/.Test-unix" -#endif -#if defined(LBXPROXY_t) -#define UNIX_PATH "/tmp/.X11-unix/X" -#define UNIX_DIR "/tmp/.X11-unix" -#endif #endif /* UNIXCONN */ |