summaryrefslogtreecommitdiffstats
path: root/dex2oat
diff options
context:
space:
mode:
authorSnowcat8436 <snowcat8436@gmail.com>2015-04-13 22:48:57 +0900
committerSnowcat8436 <snowcat8436@gmail.com>2015-04-13 22:48:57 +0900
commitaf58780a2ed000581bf93fa2b018bfb081e61f00 (patch)
treed78e23496e1dcc88cc6fe2813dae8fd0384083e2 /dex2oat
parent3d7d2af4c6502b771b032ee9bf3ab30e78f9c60d (diff)
downloadart-af58780a2ed000581bf93fa2b018bfb081e61f00.zip
art-af58780a2ed000581bf93fa2b018bfb081e61f00.tar.gz
art-af58780a2ed000581bf93fa2b018bfb081e61f00.tar.bz2
Remove duplicated dex2oat usage message
Because '--huge-method-max' usage message is duplicated, Remove duplicated dex2oat usage message. Change-Id: I91cef8319d7292e4977eba49dfcb8cc2cd9ac1bf
Diffstat (limited to 'dex2oat')
-rw-r--r--dex2oat/dex2oat.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/dex2oat/dex2oat.cc b/dex2oat/dex2oat.cc
index df7bb57..25be599 100644
--- a/dex2oat/dex2oat.cc
+++ b/dex2oat/dex2oat.cc
@@ -182,11 +182,6 @@ NO_RETURN static void Usage(const char* fmt, ...) {
UsageError(" Example: --compiler-filter=everything");
UsageError(" Default: speed");
UsageError("");
- UsageError(" --huge-method-max=<method-instruction-count>: the threshold size for a huge");
- UsageError(" method for compiler filter tuning.");
- UsageError(" Example: --huge-method-max=%d", CompilerOptions::kDefaultHugeMethodThreshold);
- UsageError(" Default: %d", CompilerOptions::kDefaultHugeMethodThreshold);
- UsageError("");
UsageError(" --huge-method-max=<method-instruction-count>: threshold size for a huge");
UsageError(" method for compiler filter tuning.");
UsageError(" Example: --huge-method-max=%d", CompilerOptions::kDefaultHugeMethodThreshold);