diff options
Diffstat (limited to 'gcc/lto/lto-lang.c')
-rw-r--r-- | gcc/lto/lto-lang.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/lto/lto-lang.c b/gcc/lto/lto-lang.c index 4a5f6fe8ab5..c702b9a2d24 100644 --- a/gcc/lto/lto-lang.c +++ b/gcc/lto/lto-lang.c @@ -692,8 +692,6 @@ lto_post_options (const char **pfilename ATTRIBUTE_UNUSED) support. */ flag_excess_precision_cmdline = EXCESS_PRECISION_FAST; - lto_read_all_file_options (); - /* Initialize the compiler back end. */ return false; } |