Missing piece in earlier change
gcc/ada/ * gcc-interface/utils.c (finish_subprog_decl): Remove obsolete line.
This commit is contained in:
parent
37e65643d3
commit
511cec029c
1 changed files with 0 additions and 3 deletions
|
@ -3543,9 +3543,6 @@ finish_subprog_decl (tree decl, tree asm_name, tree type)
|
|||
DECL_BY_REFERENCE (result_decl) = TREE_ADDRESSABLE (type);
|
||||
DECL_RESULT (decl) = result_decl;
|
||||
|
||||
/* Propagate the "const" property. */
|
||||
TREE_READONLY (decl) = TYPE_READONLY (type);
|
||||
|
||||
/* Propagate the "pure" property. */
|
||||
DECL_PURE_P (decl) = TYPE_RESTRICT (type);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue