From 2096649053cf720258d66095af0c54453727e841 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Sun, 8 Sep 2013 14:03:20 +0200 Subject: [PATCH] lib/drmtest: fixup for the prefault rework Signed-off-by: Daniel Vetter --- lib/drmtest.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/drmtest.c b/lib/drmtest.c index fe4b1a8..f7f230b 100644 --- a/lib/drmtest.c +++ b/lib/drmtest.c @@ -1976,7 +1976,6 @@ static void igt_prefault_control(bool enable) int fd; char buf[2] = {'Y', 'N'}; int index; - int result = 0; fd = open(name, O_RDWR); igt_require(fd >= 0); -- 2.7.4