From 0f2bb162da1e185f50a13d195a3cdde927a2bec3 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sun, 25 Dec 2016 19:16:33 +0100 Subject: [PATCH] scop.c: pet_scop_restrict: drop unused variable The variable was left by mistake in 1bcd2f8 (pet_scop_from_pet_tree: extract pet_scop from the root down to the leaves, Wed Jan 1 14:32:37 2014 +0100). Signed-off-by: Sven Verdoolaege --- scop.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/scop.c b/scop.c index dc68f8a..9d4e83c 100644 --- a/scop.c +++ b/scop.c @@ -1697,8 +1697,6 @@ static struct pet_scop *pet_scop_restrict_skip(struct pet_scop *scop, struct pet_scop *pet_scop_restrict(struct pet_scop *scop, __isl_take isl_set *cond) { - int i; - scop = pet_scop_restrict_skip(scop, pet_skip_now, cond); scop = pet_scop_restrict_skip(scop, pet_skip_later, cond); -- 2.11.4.GIT