From 70965bcee3f6764d10d168d05610f5bb0108024f Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Mon, 3 Dec 2012 09:13:32 +0100 Subject: [PATCH] iscc.c: read_bool_if_available: remove unused label Signed-off-by: Sven Verdoolaege --- iscc.c | 3 --- 1 file changed, 3 deletions(-) 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) -- 2.11.4.GIT