isl_pw_templ.c: remove unused label
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 20 May 2011 21:03:26 +0000 (23:03 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 25 May 2011 12:09:00 +0000 (14:09 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_pw_templ.c

index 2e9ca0c..a3c76a1 100644 (file)
@@ -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)