summaryrefslogtreecommitdiff
path: root/compiler/linker
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2017-11-28 15:50:07 +0000
committer Nicolas Geoffray <ngeoffray@google.com> 2017-11-28 15:55:44 +0000
commit2d8801f7b932496d5c2606294ff8fdea60e05b30 (patch)
tree8f87764977fb77e3f74c97d5165f36220de42632 /compiler/linker
parent986005c955860a69d788f7ff7d7f28964eb684ad (diff)
Clean some dex2oat options.
Remove dump-passes inherited from Quick days, and move dump-timings and dump-stats to CompilerStats. Test: test.py Change-Id: Ie79be858a141e59dc0b2a87d8cb5a5248a5bc7af
Diffstat (limited to 'compiler/linker')
-rw-r--r--compiler/linker/relative_patcher_test.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/linker/relative_patcher_test.h b/compiler/linker/relative_patcher_test.h
index 6297dd0481..9e9d14af9e 100644
--- a/compiler/linker/relative_patcher_test.h
+++ b/compiler/linker/relative_patcher_test.h
@@ -52,9 +52,6 @@ class RelativePatcherTest : public testing::Test {
/* compiled_classes */ nullptr,
/* compiled_methods */ nullptr,
/* thread_count */ 1u,
- /* dump_stats */ false,
- /* dump_passes */ false,
- /* timer */ nullptr,
/* swap_fd */ -1,
/* profile_compilation_info */ nullptr),
error_msg_(),