From 4f2001aab7fcdf62e7576a879fac9eeb96c8279d Mon Sep 17 00:00:00 2001 From: Boxy Date: Mon, 20 Feb 2023 23:43:25 +0000 Subject: remove flag --- compiler/rustc_session/src/options.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'compiler/rustc_session') diff --git a/compiler/rustc_session/src/options.rs b/compiler/rustc_session/src/options.rs index 0d5818bd39c..1f3eb8d4832 100644 --- a/compiler/rustc_session/src/options.rs +++ b/compiler/rustc_session/src/options.rs @@ -1567,8 +1567,6 @@ options! { "parse only; do not compile, assemble, or link (default: no)"), perf_stats: bool = (false, parse_bool, [UNTRACKED], "print some performance-related statistics (default: no)"), - pick_stable_methods_before_any_unstable: bool = (true, parse_bool, [TRACKED], - "try to pick stable methods first before picking any unstable methods (default: yes)"), plt: Option = (None, parse_opt_bool, [TRACKED], "whether to use the PLT when calling into shared libraries; only has effect for PIC code on systems with ELF binaries -- cgit 1.4.1-3-g733a5