From 2b5b3ca3fbf6ed96aadca786ad8d4d51e5fed3f0 Mon Sep 17 00:00:00 2001 From: jamborm Date: Fri, 14 May 2010 13:08:45 +0000 Subject: 2010-05-14 Martin Jambor * 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 --- gcc/langhooks.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gcc/langhooks.h') 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); -- cgit v1.2.1