From: Sven Verdoolaege Date: Mon, 3 Dec 2012 08:13:32 +0000 (+0100) Subject: iscc.c: read_bool_if_available: remove unused label X-Git-Tag: barvinok-0.36~4 X-Git-Url: https://repo.or.cz/w/barvinok.git/commitdiff_plain/70965bcee3f6764d10d168d05610f5bb0108024f iscc.c: read_bool_if_available: remove unused label Signed-off-by: Sven Verdoolaege --- diff --git a/iscc.c b/iscc.c index 15af4c4..825cbf1 100644 --- a/iscc.c +++ b/iscc.c @@ -2147,9 +2147,6 @@ static struct isl_obj read_bool_if_available(struct isl_stream *s) } else isl_stream_push_token(s, tok); return obj; -error: - isl_token_free(tok); - return obj; } static __isl_give char *read_ident(struct isl_stream *s)