From 61947f0065ab08b7d979857f22ce474fb66754c2 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sun, 25 Dec 2016 18:43:47 +0100 Subject: [PATCH] pet_check_code.c: check_domain: drop unused variables The variables were already unused when this function was introduced in 0a71075 (add test for verifying the correctness of the isl code generator on its tests, Sat Mar 3 23:54:27 2012 +0100). Signed-off-by: Sven Verdoolaege --- pet_check_code.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/pet_check_code.c b/pet_check_code.c index 6efe0f1..547065e 100644 --- a/pet_check_code.c +++ b/pet_check_code.c @@ -192,8 +192,6 @@ static int check_domain(__isl_keep isl_union_map *schedule, { isl_union_set *dom1, *dom2; int equal; - isl_set *s1, *s2; - isl_id *id1, *id2; int r = 0; dom1 = isl_union_map_domain(isl_union_map_copy(schedule)); -- 2.11.4.GIT