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.h | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/common_compiler_test.h') 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 compiler_options_; std::unique_ptr verification_results_; std::unique_ptr method_inliner_map_; - std::unique_ptr callbacks_; std::unique_ptr compiler_driver_; std::unique_ptr timer_; std::unique_ptr instruction_set_features_; -- cgit v1.1