From e51b961a79f4d8df8416a39d72bd2b6848b820f4 Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Tue, 2 Aug 2016 01:06:35 +0200 Subject: Remove CRAY support This basically repeats commit bad67799229b94ea2ba0174319949766ad1c2fc6 after the upgrade to libX11 1.3.4. --- nx-X11/lib/X11/XlibAsync.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'nx-X11/lib/X11/XlibAsync.c') diff --git a/nx-X11/lib/X11/XlibAsync.c b/nx-X11/lib/X11/XlibAsync.c index b56e6f0cb..2e528d8b1 100644 --- a/nx-X11/lib/X11/XlibAsync.c +++ b/nx-X11/lib/X11/XlibAsync.c @@ -125,11 +125,6 @@ _XGetAsyncReply( _XRead(dpy, replbuf + len, size - len); buf = replbuf; len = size; -#ifdef MUSTCOPY - } else { - memcpy(replbuf, buf, size); - buf = replbuf; -#endif } if (discard && rep->generic.length > extra && -- cgit v1.2.3