diff options
author | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-08 19:30:06 +0000 |
---|---|---|
committer | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-08 19:30:06 +0000 |
commit | bbdc7974cebf1027cc182d1143bfa2636f2b2ed3 (patch) | |
tree | 282978759e19051cd5aa404d2c074f2d2ead8fcd /gcc/langhooks.h | |
parent | 105eb9b9b1b07d6f88ba6f766e6e4fb74795b16f (diff) | |
download | gcc-bbdc7974cebf1027cc182d1143bfa2636f2b2ed3.tar.gz |
2007-04-08 Andrew Pinski <andrew_pinski@playstation.sony.com>
* varasm.c (assemble_variable): Remove call to
lang_hooks.decls.prepare_assemble_variable.
* langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): Kill.
(LANG_HOOKS_DECLS): Remove LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE.
* langhooks.h (lang_hooks_for_decls): Remove
prepare_assemble_variable.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123663 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 39066959a1c..f7aae186cac 100644 --- a/gcc/langhooks.h +++ b/gcc/langhooks.h @@ -180,9 +180,6 @@ struct lang_hooks_for_decls of compilation */ void (*final_write_globals) (void); - /* Do necessary preparations before assemble_variable can proceed. */ - void (*prepare_assemble_variable) (tree); - /* True if this decl may be called via a sibcall. */ bool (*ok_for_sibcall) (tree); |