[PATCH xserver] os: remove unused define MAX_TIMES_PER
Olivier Fourdan
ofourdan at redhat.com
Fri Feb 17 13:13:51 UTC 2017
Remove leftover from commit e10ba9e, MAX_TIMES_PER is not used anymore.
Signed-off-by: Olivier Fourdan <ofourdan at redhat.com>
---
os/io.c | 1 -
1 file changed, 1 deletion(-)
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
--
2.9.3
More information about the xorg-devel
mailing list