From 4fd854d795a8d6d1572db8529945af3fe182ee4e Mon Sep 17 00:00:00 2001 From: Santiago Aboy Solanes Date: Fri, 3 Nov 2023 15:42:11 +0000 Subject: Deprecate num-dex-methods and top-k-profile-threshold flags They were unused and did nothing. Test: Presubmit Change-Id: Id651d5834afcdf293939b79d330b198aef0c954c --- compiler/driver/compiler_options_map.def | 2 -- 1 file changed, 2 deletions(-) (limited to 'compiler/driver/compiler_options_map.def') diff --git a/compiler/driver/compiler_options_map.def b/compiler/driver/compiler_options_map.def index b1398c9a33..c6666a8085 100644 --- a/compiler/driver/compiler_options_map.def +++ b/compiler/driver/compiler_options_map.def @@ -41,14 +41,12 @@ COMPILER_OPTIONS_KEY (bool, CompileArtTest) COMPILER_OPTIONS_KEY (Unit, PIC) COMPILER_OPTIONS_KEY (unsigned int, HugeMethodMaxThreshold) COMPILER_OPTIONS_KEY (unsigned int, LargeMethodMaxThreshold) -COMPILER_OPTIONS_KEY (unsigned int, NumDexMethodsThreshold) COMPILER_OPTIONS_KEY (unsigned int, InlineMaxCodeUnitsThreshold) COMPILER_OPTIONS_KEY (bool, GenerateDebugInfo) COMPILER_OPTIONS_KEY (bool, GenerateMiniDebugInfo) COMPILER_OPTIONS_KEY (bool, GenerateBuildID) COMPILER_OPTIONS_KEY (Unit, Debuggable) COMPILER_OPTIONS_KEY (Unit, Baseline) -COMPILER_OPTIONS_KEY (double, TopKProfileThreshold) COMPILER_OPTIONS_KEY (bool, AbortOnHardVerifierFailure) COMPILER_OPTIONS_KEY (bool, AbortOnSoftVerifierFailure) COMPILER_OPTIONS_KEY (bool, ResolveStartupConstStrings, false) -- cgit v1.2.3-59-g8ed1b