diff options
author | 2023-11-03 15:42:11 +0000 | |
---|---|---|
committer | 2023-11-06 14:37:04 +0000 | |
commit | 4fd854d795a8d6d1572db8529945af3fe182ee4e (patch) | |
tree | 2ce2759d6a5ac41bb1e427cfb60327c953310665 /compiler/driver/compiler_options_map.def | |
parent | f987c5cf9c8be959fc1ab62cb0e1c29222cc9fc3 (diff) |
Deprecate num-dex-methods and top-k-profile-threshold flags
They were unused and did nothing.
Test: Presubmit
Change-Id: Id651d5834afcdf293939b79d330b198aef0c954c
Diffstat (limited to 'compiler/driver/compiler_options_map.def')
-rw-r--r-- | compiler/driver/compiler_options_map.def | 2 |
1 files changed, 0 insertions, 2 deletions
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) |