From 294e3b03eb6ce6a4fcf6a3d64da75c6c03aa9948 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Fri, 16 Mar 2012 17:14:46 +0100 Subject: [PATCH] Remove unused variable Signed-off-by: Tobias Grosser Signed-off-by: Sven Verdoolaege --- cuda.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cuda.c b/cuda.c index 6b0ba2f..d9075a3 100644 --- a/cuda.c +++ b/cuda.c @@ -1615,7 +1615,6 @@ static void print_copy_statement(struct clast_printer_info *code, isl_map *sched; struct cuda_array_ref_group *group = gen->copy_group; struct cuda_array_bound *bounds = gen->copy_bound; - int i; unsigned n_in; unsigned n_out; isl_space *dim; -- 2.11.4.GIT