summaryrefslogtreecommitdiffstats
path: root/runtime/runtime_options.h
diff options
context:
space:
mode:
authorCalin Juravle <calin@google.com>2016-06-28 19:36:58 +0100
committerCalin Juravle <calin@google.com>2016-06-29 14:31:30 +0100
commit138dbff9246c89ac9fbe0b086b54fdab3f4451fb (patch)
tree07afe983b3892505d4a5bdd3b3bdd5fe126e76c7 /runtime/runtime_options.h
parentbe84b59e802d9176a9b60b040e0be6bda54e958a (diff)
downloadart-138dbff9246c89ac9fbe0b086b54fdab3f4451fb.tar.gz
art-138dbff9246c89ac9fbe0b086b54fdab3f4451fb.tar.bz2
art-138dbff9246c89ac9fbe0b086b54fdab3f4451fb.zip
Clean up profiler options
- remove obsolete options - using ProfileSaverOptions instead of hard-coded values in the profile saver Bug: 24698874 Change-Id: I4ff535d29a644d1bd5509844f89615b70a723749 Test: cmdline_parser_test, gtest and run-tests pass.
Diffstat (limited to 'runtime/runtime_options.h')
-rw-r--r--runtime/runtime_options.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/runtime_options.h b/runtime/runtime_options.h
index ab69d4f1cb..5fcb86e3f9 100644
--- a/runtime/runtime_options.h
+++ b/runtime/runtime_options.h
@@ -29,8 +29,8 @@
#include "jit/jit_code_cache.h"
#include "gc/collector_type.h"
#include "gc/space/large_object_space.h"
-#include "profiler_options.h"
#include "arch/instruction_set.h"
+#include "jit/profile_saver_options.h"
#include "verifier/verify_mode.h"
#include <stdio.h>
#include <stdarg.h>
@@ -41,7 +41,6 @@ class CompilerCallbacks;
class DexFile;
struct XGcOption;
struct BackgroundGcOption;
-struct TestProfilerOptions;
#define DECLARE_KEY(Type, Name) static const Key<Type> Name