summaryrefslogtreecommitdiff
path: root/tests/gem_shrink.c
diff options
context:
space:
mode:
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