diff options
| author | 2015-03-30 14:39:32 +0000 | |
|---|---|---|
| committer | 2015-03-30 14:39:34 +0000 | |
| commit | 618cc856c0af05ea3b162bd8490999e54a2abc1b (patch) | |
| tree | f27af95ec6aa737ef4ecce33df6ecc8279c47ad1 /compiler/common_compiler_test.h | |
| parent | 547bfb87696fb53a87d4f4418da86938179af9cd (diff) | |
| parent | bb9c6b1c55e9e2308b4f5892a398a8837231fdbd (diff) | |
Merge "ART: Refactor callbacks_ in common_runtime_test"
Diffstat (limited to 'compiler/common_compiler_test.h')
| -rw-r--r-- | compiler/common_compiler_test.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/common_compiler_test.h b/compiler/common_compiler_test.h index 9cffbc86f3..d7b210d571 100644 --- a/compiler/common_compiler_test.h +++ b/compiler/common_compiler_test.h @@ -78,7 +78,6 @@ class CommonCompilerTest : public CommonRuntimeTest { std::unique_ptr<CompilerOptions> compiler_options_; std::unique_ptr<VerificationResults> verification_results_; std::unique_ptr<DexFileToMethodInlinerMap> method_inliner_map_; - std::unique_ptr<CompilerCallbacks> callbacks_; std::unique_ptr<CompilerDriver> compiler_driver_; std::unique_ptr<CumulativeLogger> timer_; std::unique_ptr<const InstructionSetFeatures> instruction_set_features_; |