bound.c: remove unused variable
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 20 May 2011 21:18:50 +0000 (23:18 +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>
bound.c

diff --git a/bound.c b/bound.c
index 5b50fa2..626f8b4 100644 (file)
--- a/bound.c
+++ b/bound.c
@@ -68,7 +68,6 @@ static int verify_point(__isl_take isl_point *pnt, void *user)
        int bounded;
        int sign;
        int ok;
-       int cst;
        FILE *out = vpb->options->print_all ? stdout : stderr;
 
        vpb->n--;