From c9d2608fdca339999ad3c07ee8eeb1dcdceff3cb Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Mon, 23 May 2011 19:22:09 +0200 Subject: [PATCH] isl_union_map.c: remove unused variables Signed-off-by: Sven Verdoolaege --- isl_union_map.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/isl_union_map.c b/isl_union_map.c index 7da5141c..2846f8e5 100644 --- a/isl_union_map.c +++ b/isl_union_map.c @@ -1980,8 +1980,6 @@ static int solutions_entry(void **entry, void *user) __isl_give isl_union_set *isl_union_set_solutions( __isl_take isl_union_set *uset) { - isl_ctx *ctx; - isl_dim *dim; isl_union_set *res = NULL; if (!uset) -- 2.11.4.GIT