diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-18 18:32:04 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-18 18:32:04 +0000 |
commit | f6a162af8bcb611154203275c69dc509f01d726c (patch) | |
tree | 90f41eb0bdc2f40d8c61d92df5f3eda61e5f3d95 /gcc/langhooks.h | |
parent | 7322c29e0bf2edc80a92bb6a08e2916388bfb995 (diff) | |
download | gcc-f6a162af8bcb611154203275c69dc509f01d726c.tar.gz |
* alias.c (readonly_fields_p): Remove.
(objects_must_conflict_p): Don't call it.
* tree.h (readonly_fields_p): Remove.
* langhooks.h (struct lang_hooks): Remove honor_readonly.
* langhooks-def.h (LANG_HOOKS_HONOR_READONLY): Remove.
ada/
* misc.c (LANG_HOOKS_HONOR_READONLY): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86200 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/langhooks.h')
-rw-r--r-- | gcc/langhooks.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/langhooks.h b/gcc/langhooks.h index 108b4515e31..6623ff6ffe7 100644 --- a/gcc/langhooks.h +++ b/gcc/langhooks.h @@ -325,9 +325,6 @@ struct lang_hooks have their results reduced to the precision of the type. */ bool reduce_bit_field_operations; - /* Nonzero if TYPE_READONLY and TREE_READONLY should always be honored. */ - bool honor_readonly; - /* Nonzero if this front end does not generate a dummy BLOCK between the outermost scope of the function and the FUNCTION_DECL. See is_body_block in stmt.c, and its callers. */ |