isl_morph.c: remove unused variable
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 22 May 2011 16:26:08 +0000 (18:26 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 25 May 2011 12:09:00 +0000 (14:09 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_morph.c

index ed372ef..5887403 100644 (file)
@@ -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;