diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2015-04-13 14:26:25 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-04-13 14:26:26 +0000 |
commit | a4c7aa2ba0485c2c876107ca6e1ce1f835ae23be (patch) | |
tree | 6cc1a58872f05177ef019e98fd07c4fba40ffabf /dex2oat | |
parent | fc4fb0fdb1d18db2ba8d98e9f41211466ac86fd8 (diff) | |
parent | af58780a2ed000581bf93fa2b018bfb081e61f00 (diff) | |
download | art-a4c7aa2ba0485c2c876107ca6e1ce1f835ae23be.zip art-a4c7aa2ba0485c2c876107ca6e1ce1f835ae23be.tar.gz art-a4c7aa2ba0485c2c876107ca6e1ce1f835ae23be.tar.bz2 |
Merge "Remove duplicated dex2oat usage message"
Diffstat (limited to 'dex2oat')
-rw-r--r-- | dex2oat/dex2oat.cc | 5 |
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); |