summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_options_map.def
diff options
context:
space:
mode:
author Mathieu Chartier <mathieuc@google.com> 2019-07-02 15:24:18 -0700
committer Mathieu Chartier <mathieuc@google.com> 2019-07-03 14:25:30 +0000
commit4b3946a55516b9218063171d827009a1ffde7ba3 (patch)
tree17e8ca78dd5066228e69e373fb45516116515360 /compiler/driver/compiler_options_map.def
parent50bc8fb89c79874e731f245abda3b9e48a541cfe (diff)
Remove small and tiny method options
These are unused and nops. Test: test-art-host-gtest Change-Id: I6421387d53ec8692cf420be71ec47e1ef5e61f19
Diffstat (limited to 'compiler/driver/compiler_options_map.def')
-rw-r--r--compiler/driver/compiler_options_map.def2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/driver/compiler_options_map.def b/compiler/driver/compiler_options_map.def
index 0a9c873988..1a58f8de62 100644
--- a/compiler/driver/compiler_options_map.def
+++ b/compiler/driver/compiler_options_map.def
@@ -40,8 +40,6 @@ COMPILER_OPTIONS_KEY (std::string, CompilerFilter)
COMPILER_OPTIONS_KEY (Unit, PIC)
COMPILER_OPTIONS_KEY (unsigned int, HugeMethodMaxThreshold)
COMPILER_OPTIONS_KEY (unsigned int, LargeMethodMaxThreshold)
-COMPILER_OPTIONS_KEY (unsigned int, SmallMethodMaxThreshold)
-COMPILER_OPTIONS_KEY (unsigned int, TinyMethodMaxThreshold)
COMPILER_OPTIONS_KEY (unsigned int, NumDexMethodsThreshold)
COMPILER_OPTIONS_KEY (unsigned int, InlineMaxCodeUnitsThreshold)
COMPILER_OPTIONS_KEY (bool, GenerateDebugInfo)