From: Sven Verdoolaege Date: Fri, 20 May 2011 21:03:26 +0000 (+0200) Subject: isl_pw_templ.c: remove unused label X-Git-Tag: isl-0.07~169 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f383513c256a7e2da7ce25f22ad475772895b4ab;p=platform%2Fupstream%2Fisl.git isl_pw_templ.c: remove unused label Signed-off-by: Sven Verdoolaege --- diff --git a/isl_pw_templ.c b/isl_pw_templ.c index 2e9ca0c..a3c76a1 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)