diff options
Diffstat (limited to 'gcc/hooks.c')
-rw-r--r-- | gcc/hooks.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/hooks.c b/gcc/hooks.c index 4c57a16..8c4150e 100644 --- a/gcc/hooks.c +++ b/gcc/hooks.c @@ -266,13 +266,6 @@ hook_constcharptr_tree_null (tree t ATTRIBUTE_UNUSED) } tree -hook_tree_tree_bool_null (tree t0 ATTRIBUTE_UNUSED, - bool ignore ATTRIBUTE_UNUSED) -{ - return NULL; -} - -tree hook_tree_tree_tree_bool_null (tree t0 ATTRIBUTE_UNUSED, tree t1 ATTRIBUTE_UNUSED, bool ignore ATTRIBUTE_UNUSED) |