xserver: Branch 'master'

Peter Hutterer whot at kemper.freedesktop.org
Mon Feb 20 06:14:58 UTC 2017


 os/io.c |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 23d85c54421ebdd12460566918fcb7f309d2ee30
Author: Olivier Fourdan <ofourdan at redhat.com>
Date:   Fri Feb 17 14:13:51 2017 +0100

    os: remove unused define MAX_TIMES_PER
    
    Remove leftover from commit e10ba9e, MAX_TIMES_PER is not used anymore.
    
    Signed-off-by: Olivier Fourdan <ofourdan at redhat.com>
    Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

diff --git a/os/io.c b/os/io.c
index 5ba1e86..be85226 100644
--- a/os/io.c
+++ b/os/io.c
@@ -116,7 +116,6 @@ static OsCommPtr AvailableInput = (OsCommPtr) NULL;
 				  lswapl(((xBigReq *)(req))->length) : \
 				  ((xBigReq *)(req))->length)
 
-#define MAX_TIMES_PER         10
 #define BUFSIZE 16384
 #define BUFWATERMARK 32768
 


More information about the xorg-commit mailing list