diff options
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 a10ce482f5c..2d62f99f28d 100644 --- a/gcc/langhooks.h +++ b/gcc/langhooks.h @@ -294,10 +294,6 @@ struct lang_hooks Fourth argument is actually an enum expand_modifier. */ rtx (*expand_expr) (tree, rtx, enum machine_mode, int, rtx *); - /* Called by expand_expr to generate the definition of a decl. Returns - 1 if handled, 0 otherwise. */ - int (*expand_decl) (tree); - /* Function to finish handling an incomplete decl at the end of compilation. Default hook is does nothing. */ void (*finish_incomplete_decl) (tree); |