From 29ddeb22d625c70d6ef3798cd3b9469ead1f6231 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sun, 22 May 2011 18:26:08 +0200 Subject: [PATCH] isl_morph.c: remove unused variable Signed-off-by: Sven Verdoolaege --- isl_morph.c | 1 - 1 file changed, 1 deletion(-) diff --git a/isl_morph.c b/isl_morph.c index ed372efc..5887403b 100644 --- a/isl_morph.c +++ b/isl_morph.c @@ -326,7 +326,6 @@ __isl_give isl_morph *isl_basic_set_variable_compression( unsigned ntype; unsigned orest; unsigned nrest; - unsigned total; int f_eq, n_eq; isl_dim *dim; isl_mat *H, *U, *Q, *C = NULL, *H1, *U1, *U2; -- 2.11.4.GIT