diff options
Diffstat (limited to 'gcc/common/common-targhooks.c')
-rw-r--r-- | gcc/common/common-targhooks.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/common/common-targhooks.c b/gcc/common/common-targhooks.c index 9ed7822..41626ba 100644 --- a/gcc/common/common-targhooks.c +++ b/gcc/common/common-targhooks.c @@ -86,15 +86,6 @@ default_get_valid_option_values (int, const char *) return vec<const char *> (); } -/* Default version of TARGET_OPTION_VALIDATE_PARAM. */ - -bool -default_option_validate_param (const int value ATTRIBUTE_UNUSED, - const int param ATTRIBUTE_UNUSED) -{ - return true; -} - const struct default_options empty_optimization_table[] = { { OPT_LEVELS_NONE, 0, NULL, 0 } |