From: Sven Verdoolaege Date: Fri, 20 May 2011 21:18:50 +0000 (+0200) Subject: bound.c: remove unused variable X-Git-Tag: isl-0.07~167 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fa8c632f2bfd38e763e2557773e7150b2b9d92ca;p=platform%2Fupstream%2Fisl.git bound.c: remove unused variable Signed-off-by: Sven Verdoolaege --- diff --git a/bound.c b/bound.c index 5b50fa2..626f8b4 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--;