From f4ef86d4453c951a7eefdfc5d3c81ccd20815b6b Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Wed, 1 Oct 2014 19:49:00 +0200 Subject: [PATCH] gpu.c: at_each_domain: drop redundant variables They were made redundant in e794808 (gpu.c: use pet_stmt_build_ast_exprs and pet_stmt_print_body to print statements, Tue Jul 23 12:51:24 2013 +0200). Signed-off-by: Sven Verdoolaege --- gpu.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gpu.c b/gpu.c index a6d0b69..aa9d626 100644 --- a/gpu.c +++ b/gpu.c @@ -4008,7 +4008,6 @@ static __isl_give isl_ast_node *at_each_domain(__isl_take isl_ast_node *node, isl_pw_multi_aff *iterator_map; isl_ast_expr *expr, *arg; isl_union_map *schedule; - int i, n; stmt = isl_calloc_type(gen->ctx, struct ppcg_kernel_stmt); if (!stmt) -- 2.11.4.GIT