diff options
author | jamborm <jamborm@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-05-14 13:08:45 +0000 |
---|---|---|
committer | jamborm <jamborm@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-05-14 13:08:45 +0000 |
commit | 2b5b3ca3fbf6ed96aadca786ad8d4d51e5fed3f0 (patch) | |
tree | d980a00f22dc05460abaad512b74b588626b5dc3 /gcc/langhooks.h | |
parent | 888b74b647d04cd0eaa170311869dae090a8ca23 (diff) | |
download | gcc-2b5b3ca3fbf6ed96aadca786ad8d4d51e5fed3f0.tar.gz |
2010-05-14 Martin Jambor <mjambor@suse.cz>
* cp/cp-lang.c (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Remove both its undef
and define.
* langhooks-def.h (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Remove.
(LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_FOLD_OBJ_TYPE_REF.
* langhooks.h (struct lang_hooks_for_decls): Removed field
fold_obj_type_ref.
* tree.c (free_lang_data): Remove assignment to
lang_hooks.fold_obj_type_ref.
* tree.def (OBJ_TYPE_REF): Update comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159393 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/langhooks.h')
-rw-r--r-- | gcc/langhooks.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/langhooks.h b/gcc/langhooks.h index ce3bd03b949..5ae2e46a549 100644 --- a/gcc/langhooks.h +++ b/gcc/langhooks.h @@ -417,10 +417,6 @@ struct lang_hooks enum gimplify_status, though we can't see that type here. */ int (*gimplify_expr) (tree *, gimple_seq *, gimple_seq *); - /* Fold an OBJ_TYPE_REF expression to the address of a function. - KNOWN_TYPE carries the true type of the OBJ_TYPE_REF_OBJECT. */ - tree (*fold_obj_type_ref) (tree, tree); - /* Do language specific processing in the builtin function DECL */ tree (*builtin_function) (tree decl); |