diff options
author | Andreas Gampe <agampe@google.com> | 2015-03-29 13:56:36 -0700 |
---|---|---|
committer | Andreas Gampe <agampe@google.com> | 2015-03-29 20:29:12 -0700 |
commit | bb9c6b1c55e9e2308b4f5892a398a8837231fdbd (patch) | |
tree | b2ba358bd031b73050f22eea5bcccfc1f6f1add1 /compiler/common_compiler_test.h | |
parent | f381645a336f7092ab6f5900c0a2cf183a9dbdf7 (diff) | |
download | art-bb9c6b1c55e9e2308b4f5892a398a8837231fdbd.zip art-bb9c6b1c55e9e2308b4f5892a398a8837231fdbd.tar.gz art-bb9c6b1c55e9e2308b4f5892a398a8837231fdbd.tar.bz2 |
ART: Refactor callbacks_ in common_runtime_test
The callback is now important for some runtime checks, and just
resetting callbacks_ is not correct anymore.
Change-Id: I2cb806f1916fd5ea190911a833ce460be557a428
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 9cffbc8..d7b210d 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_; |