From fa8c632f2bfd38e763e2557773e7150b2b9d92ca Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Fri, 20 May 2011 23:18:50 +0200 Subject: [PATCH] bound.c: remove unused variable Signed-off-by: Sven Verdoolaege --- bound.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bound.c b/bound.c index 5b50fa24..626f8b45 100644 --- 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--; -- 2.11.4.GIT