diff options
Diffstat (limited to 'gcc/langhooks.c')
-rw-r--r-- | gcc/langhooks.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/langhooks.c b/gcc/langhooks.c index 4682514..6a9a74d 100644 --- a/gcc/langhooks.c +++ b/gcc/langhooks.c @@ -76,14 +76,6 @@ lhd_do_nothing_f (struct function * ARG_UNUSED (f)) { } -/* Do nothing (return the tree node passed). */ - -tree -lhd_return_tree (tree t) -{ - return t; -} - /* Do nothing (return NULL_TREE). */ tree |