summaryrefslogtreecommitdiffstats
path: root/dex2oat
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2015-03-23 17:05:48 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-03-23 17:05:48 +0000
commit90d480c26f7524f35323a11d6ba2880ff3db789a (patch)
treed52251e5720bbce2c5bc066e6da90b0345f8d53d /dex2oat
parentc6de977f6482014a9d01a880efe3eed8bd2007e6 (diff)
parent36540cb4d549c706cc7cd23086684f1548a91042 (diff)
downloadart-90d480c26f7524f35323a11d6ba2880ff3db789a.tar.gz
art-90d480c26f7524f35323a11d6ba2880ff3db789a.tar.bz2
art-90d480c26f7524f35323a11d6ba2880ff3db789a.zip
Merge "Implement a space filter for optimizing."
Diffstat (limited to 'dex2oat')
-rw-r--r--dex2oat/dex2oat.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/dex2oat/dex2oat.cc b/dex2oat/dex2oat.cc
index dda8bca90..dfea7837e 100644
--- a/dex2oat/dex2oat.cc
+++ b/dex2oat/dex2oat.cc
@@ -619,7 +619,6 @@ class Dex2Oat FINAL {
Usage("Unknown compiler backend: %s", backend_str.data());
}
} else if (option.starts_with("--compiler-filter=")) {
- requested_specific_compiler = true;
compiler_filter_string = option.substr(strlen("--compiler-filter=")).data();
} else if (option == "--compile-pic") {
compile_pic = true;