From 3bcae02b3d94e2bd361edc35153930e283ef992d Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sun, 25 Dec 2016 20:07:06 +0100 Subject: [PATCH] tree2scop.c: kill: drop unused variable The variable was introduced by mistake in 2422264 (construct pet_scop from intermediate pet_tree data structure, Tue Dec 31 12:00:45 2013 +0100). Signed-off-by: Sven Verdoolaege --- tree2scop.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tree2scop.c b/tree2scop.c index 93a00a4..e418b44 100644 --- a/tree2scop.c +++ b/tree2scop.c @@ -224,7 +224,6 @@ static struct pet_scop *kill(__isl_take pet_loc *loc, struct pet_array *array, isl_multi_pw_aff *index; isl_map *access; pet_expr *expr; - struct pet_scop *scop; if (!array) goto error; -- 2.11.4.GIT