diff options
Diffstat (limited to 'gcc/tree.c')
-rw-r--r-- | gcc/tree.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/tree.c b/gcc/tree.c index aaef9737db6..945f3a15eca 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -2543,13 +2543,6 @@ build_type_attribute_variant (ttype, attribute) return ttype; } -/* Default registration of target-specific CPP built-ins. */ -void -default_register_cpp_builtins (pfile) - struct cpp_reader *pfile ATTRIBUTE_UNUSED; -{ -} - /* Default value of targetm.comp_type_attributes that always returns 1. */ int |