summaryrefslogtreecommitdiffstats
path: root/dex2oat/dex2oat.cc
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2015-04-13 14:26:25 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-04-13 14:26:26 +0000
commita4c7aa2ba0485c2c876107ca6e1ce1f835ae23be (patch)
tree6cc1a58872f05177ef019e98fd07c4fba40ffabf /dex2oat/dex2oat.cc
parentfc4fb0fdb1d18db2ba8d98e9f41211466ac86fd8 (diff)
parentaf58780a2ed000581bf93fa2b018bfb081e61f00 (diff)
downloadart-a4c7aa2ba0485c2c876107ca6e1ce1f835ae23be.zip
art-a4c7aa2ba0485c2c876107ca6e1ce1f835ae23be.tar.gz
art-a4c7aa2ba0485c2c876107ca6e1ce1f835ae23be.tar.bz2
Merge "Remove duplicated dex2oat usage message"
Diffstat (limited to 'dex2oat/dex2oat.cc')
-rw-r--r--dex2oat/dex2oat.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/dex2oat/dex2oat.cc b/dex2oat/dex2oat.cc
index 8c3d339..6af6f18 100644
--- a/dex2oat/dex2oat.cc
+++ b/dex2oat/dex2oat.cc
@@ -193,11 +193,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);