From bb9c6b1c55e9e2308b4f5892a398a8837231fdbd Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Sun, 29 Mar 2015 13:56:36 -0700 Subject: 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 --- compiler/common_compiler_test.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/common_compiler_test.cc') diff --git a/compiler/common_compiler_test.cc b/compiler/common_compiler_test.cc index 257406a622..1d0aad5425 100644 --- a/compiler/common_compiler_test.cc +++ b/compiler/common_compiler_test.cc @@ -180,7 +180,6 @@ void CommonCompilerTest::SetUpRuntimeOptions(RuntimeOptions* options) { callbacks_.reset(new QuickCompilerCallbacks(verification_results_.get(), method_inliner_map_.get(), CompilerCallbacks::CallbackMode::kCompileApp)); - options->push_back(std::make_pair("compilercallbacks", callbacks_.get())); } void CommonCompilerTest::TearDown() { -- cgit v1.2.3-59-g8ed1b