summaryrefslogtreecommitdiff
path: root/gcc/langhooks.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/langhooks.c')
-rw-r--r--gcc/langhooks.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/langhooks.c b/gcc/langhooks.c
index 017e024e248..9d0e25e0689 100644
--- a/gcc/langhooks.c
+++ b/gcc/langhooks.c
@@ -472,13 +472,6 @@ lhd_print_error_function (diagnostic_context *context, const char *file,
}
tree
-lhd_callgraph_analyze_expr (tree *tp ATTRIBUTE_UNUSED,
- int *walk_subtrees ATTRIBUTE_UNUSED)
-{
- return NULL;
-}
-
-tree
lhd_make_node (enum tree_code code)
{
return make_node (code);