From 0886c4ec6f30658c97ccd1f4cfb539e9061164af Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sat, 30 Aug 2014 13:52:00 +0200 Subject: [PATCH] gpu_gen: drop unused copy_sched field This field has been unused ever since 561c8ae (use isl for CUDA code generation, Tue Jul 31 21:00:26 2012 +0200). Signed-off-by: Sven Verdoolaege --- gpu.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gpu.c b/gpu.c index 55fc9a2..a3a3587 100644 --- a/gpu.c +++ b/gpu.c @@ -187,10 +187,6 @@ struct gpu_gen { */ isl_map *privatization; - /* The schedule for the current private/shared access - * (within print_private_access or print_shared_access). - */ - isl_map *copy_sched; /* The array reference group corresponding to copy_sched. */ struct gpu_array_ref_group *copy_group; -- 2.11.4.GIT