summaryrefslogtreecommitdiff
path: root/tests/gem_shrink.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-04-20 18:35:37 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2016-04-20 18:48:23 +0100
commitf650aa2dd640a4a8941bae90fbd85c83da5fbb1c (patch)
treec05ea286d28ab1620afff991369b3110130a8f8a /tests/gem_shrink.c
parented6fb66a50b35efc7e879deb23742d3da31b81be (diff)
igt/gem_close_race: Batify
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests/gem_shrink.c')
-rw-r--r--tests/gem_shrink.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/gem_shrink.c b/tests/gem_shrink.c
index 468fcf88..eeba89ed 100644
--- a/tests/gem_shrink.c
+++ b/tests/gem_shrink.c
@@ -30,9 +30,6 @@
#include "igt.h"
#include "igt_gt.h"
-#define igt_timeout(T) \
- for (struct timespec t__={}; igt_seconds_elapsed(&t__) < (T); )
-
#ifndef MADV_FREE
#define MADV_FREE 8
#endif