diff options
Diffstat (limited to 'gcc/ada/misc.c')
-rw-r--r-- | gcc/ada/misc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/ada/misc.c b/gcc/ada/misc.c index 006da96..02397d7 100644 --- a/gcc/ada/misc.c +++ b/gcc/ada/misc.c @@ -340,9 +340,6 @@ gnat_post_options (const char **pfilename ATTRIBUTE_UNUSED) /* ??? The warning machinery is outsmarted by Ada. */ warn_unused_parameter = 0; - if (!flag_no_inline) - flag_no_inline = 1; - /* Force eliminate_unused_debug_types to 0 unless an explicit positive -f has been passed. This forces the default to 0 for Ada, which might differ from the common default. */ |