diff options
Diffstat (limited to 'gcc/c-family/stub-objc.c')
-rw-r--r-- | gcc/c-family/stub-objc.c | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/gcc/c-family/stub-objc.c b/gcc/c-family/stub-objc.c index e1e3090f768..fbf7ece1e97 100644 --- a/gcc/c-family/stub-objc.c +++ b/gcc/c-family/stub-objc.c @@ -67,12 +67,6 @@ objc_check_global_decl (tree ARG_UNUSED (decl)) } tree -objc_non_volatilized_type (tree type) -{ - return type; -} - -tree objc_common_type (tree ARG_UNUSED (type1), tree ARG_UNUSED (type2)) { return 0; @@ -97,12 +91,6 @@ objc_volatilize_decl (tree ARG_UNUSED (decl)) { } -bool -objc_type_quals_match (tree ARG_UNUSED (ltyp), tree ARG_UNUSED (rtyp)) -{ - return false; -} - tree objc_rewrite_function_call (tree function, tree ARG_UNUSED (first_param)) { @@ -461,3 +449,8 @@ objc_check_format_arg (tree ARG_UNUSED (format_arg), tree ARG_UNUSED (args_list)) { } + +void +objc_finish_function (void) +{ +} |