summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_options.h
diff options
context:
space:
mode:
author Richard Uhler <ruhler@google.com> 2016-05-05 15:26:21 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-05-05 15:26:21 +0000
commitb652da7aae5515c58c776a6975305d895f81ac19 (patch)
treeea9484dc8b8142b70eec7b0612148e648582ee2c /compiler/driver/compiler_options.h
parenta246510965fc57ec51d1b202649304535adfe9f3 (diff)
parentf4b3487ee77e3c2e3d5372ae9e857cd3429bb808 (diff)
Merge "Remove -XOatFileManagerCompilerFilter argument."
Diffstat (limited to 'compiler/driver/compiler_options.h')
-rw-r--r--compiler/driver/compiler_options.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/driver/compiler_options.h b/compiler/driver/compiler_options.h
index c67ab6ef14..6bbd3c5a19 100644
--- a/compiler/driver/compiler_options.h
+++ b/compiler/driver/compiler_options.h
@@ -31,7 +31,6 @@ namespace art {
class CompilerOptions FINAL {
public:
// Guide heuristics to determine whether to compile method if profile data not available.
- static const CompilerFilter::Filter kDefaultCompilerFilter = CompilerFilter::kSpeed;
static const size_t kDefaultHugeMethodThreshold = 10000;
static const size_t kDefaultLargeMethodThreshold = 600;
static const size_t kDefaultSmallMethodThreshold = 60;