From be4710a541b517b5f8663448bffed5656d59b47b Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Fri, 10 Oct 2014 11:20:35 +0100 Subject: lib: add common min and max macros Signed-off-by: Thomas Wood --- tests/eviction_common.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/eviction_common.c') diff --git a/tests/eviction_common.c b/tests/eviction_common.c index 6de68a2b..03d8e8c7 100644 --- a/tests/eviction_common.c +++ b/tests/eviction_common.c @@ -170,8 +170,6 @@ static int swapping_evictions(int fd, struct igt_eviction_test_ops *ops, return 0; } -#define min(a, b) ((a) < (b) ? (a) : (b)) - static int forking_evictions(int fd, struct igt_eviction_test_ops *ops, int surface_size, int working_surfaces, int trash_surfaces, unsigned flags) -- cgit v1.2.3