diff options
Diffstat (limited to 'gcc/tree-inline.h')
-rw-r--r-- | gcc/tree-inline.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/tree-inline.h b/gcc/tree-inline.h index 11f596e..9c2915e 100644 --- a/gcc/tree-inline.h +++ b/gcc/tree-inline.h @@ -63,9 +63,6 @@ struct copy_body_data /* The VAR_DECL for the return value. */ tree retvar; - /* Assign statements that need bounds copy. */ - vec<gimple *> assign_stmts; - /* The map from local declarations in the inlined function to equivalents in the function into which it is being inlined. */ hash_map<tree, tree> *decl_map; |