diff options
Diffstat (limited to 'gcc/graphite-poly.h')
-rw-r--r-- | gcc/graphite-poly.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/graphite-poly.h b/gcc/graphite-poly.h index dec7fd6..d396d3f 100644 --- a/gcc/graphite-poly.h +++ b/gcc/graphite-poly.h @@ -417,9 +417,6 @@ struct scop isl_union_map *must_raw, *may_raw, *must_raw_no_source, *may_raw_no_source, *must_war, *may_war, *must_war_no_source, *may_war_no_source, *must_waw, *may_waw, *must_waw_no_source, *may_waw_no_source; - - /* Original schedule of the SCoP. */ - isl_union_map *original_schedule; }; extern scop_p new_scop (edge, edge); |