From c86193701232f7a648ff174d800442e72aacd37d Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Tue, 15 Mar 2011 12:17:30 +0100 Subject: [PATCH] isl_map.c: drop unused error label Signed-off-by: Sven Verdoolaege --- isl_map.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/isl_map.c b/isl_map.c index 03e29cc..9008276 100644 --- a/isl_map.c +++ b/isl_map.c @@ -1627,9 +1627,6 @@ __isl_give isl_basic_map *isl_basic_map_remove_unknown_divs( } return bmap; -error: - isl_basic_map_free(bmap); - return NULL; } __isl_give isl_map *isl_map_remove_unknown_divs(__isl_take isl_map *map) -- 2.7.4