From f383513c256a7e2da7ce25f22ad475772895b4ab Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Fri, 20 May 2011 23:03:26 +0200 Subject: [PATCH] isl_pw_templ.c: remove unused label Signed-off-by: Sven Verdoolaege --- isl_pw_templ.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/isl_pw_templ.c b/isl_pw_templ.c index 2e9ca0cc..a3c76a19 100644 --- a/isl_pw_templ.c +++ b/isl_pw_templ.c @@ -123,9 +123,6 @@ __isl_give PW *FN(PW,dup)(__isl_keep PW *pw) FN(EL,copy)(pw->p[i].FIELD)); return dup; -error: - FN(PW,free)(dup); - return NULL; } __isl_give PW *FN(PW,cow)(__isl_take PW *pw) -- 2.11.4.GIT