diff options
author | 2015-01-13 19:11:25 +0000 | |
---|---|---|
committer | 2015-01-13 19:11:25 +0000 | |
commit | 56107c5dc0b68de680e9627682527550af6816db (patch) | |
tree | bffd41529429f9b654ab6824c368191dd5e97719 /compiler/driver/compiler_driver.h | |
parent | b95dff1a3ae456c0afec74b506f9b9c9cb12663a (diff) | |
parent | 6e73272f093e9dc045c08baae57eebb5dcd6e044 (diff) |
Merge "Revert "ART: dex2oat flag for HGraphVisualizer dump file""
Diffstat (limited to 'compiler/driver/compiler_driver.h')
-rw-r--r-- | compiler/driver/compiler_driver.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h index 11b4329e32..7ddc32cdd8 100644 --- a/compiler/driver/compiler_driver.h +++ b/compiler/driver/compiler_driver.h @@ -97,7 +97,6 @@ class CompilerDriver { bool image, std::set<std::string>* image_classes, std::set<std::string>* compiled_classes, size_t thread_count, bool dump_stats, bool dump_passes, - const std::string& dump_cfg_file_name, CumulativeLogger* timer, int swap_fd, const std::string& profile_file); @@ -372,10 +371,6 @@ class CompilerDriver { return dump_passes_; } - const std::string& GetDumpCfgFileName() const { - return dump_cfg_file_name_; - } - CumulativeLogger* GetTimingsLogger() const { return timings_logger_; } @@ -547,7 +542,6 @@ class CompilerDriver { bool dump_stats_; const bool dump_passes_; - const std::string& dump_cfg_file_name_; CumulativeLogger* const timings_logger_; |