diff options
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/tree.h b/gcc/tree.h index 8e17b534225..06d9815ba15 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -2859,9 +2859,6 @@ extern tree fold_builtin PARAMS ((tree)); /* The language front-end must define these functions. */ -/* Function to replace the DECL_LANG_SPECIFIC field of a DECL with a copy. */ -extern void copy_lang_decl PARAMS ((tree)); - /* Function called with no arguments to parse and compile the input. */ extern int yyparse PARAMS ((void)); /* Functions for processing symbol declarations. */ |