From 09806037174f3ee5a85a4fa28a50a18adfad4b6e Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Fri, 20 Feb 2015 12:25:52 +0100 Subject: [PATCH] isl_tab_pip.c: parallel_constraints: drop useless assignment Detected by a scan_build on Polly. Signed-off-by: Sven Verdoolaege --- isl_tab_pip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isl_tab_pip.c b/isl_tab_pip.c index 980f2e17..49ede651 100644 --- a/isl_tab_pip.c +++ b/isl_tab_pip.c @@ -4187,7 +4187,7 @@ static int parallel_constraints(__isl_keep isl_basic_map *bmap, int *first, int *second) { int i; - isl_ctx *ctx = isl_basic_map_get_ctx(bmap); + isl_ctx *ctx; struct isl_hash_table *table = NULL; struct isl_hash_table_entry *entry; struct isl_constraint_equal_info info; -- 2.11.4.GIT