diff options
| author | 2016-02-18 14:22:32 +0000 | |
|---|---|---|
| committer | 2016-02-18 14:33:13 +0000 | |
| commit | 5b82d339955d1a0dc23eeb8d2d5659459ff987ba (patch) | |
| tree | 79540d831ec7ac82f5520dc6bc53ac8c39f47972 /compiler/driver/compiler_driver.cc | |
| parent | d9c05309e8fab26a6087abd5773859f112cdefe9 (diff) | |
The JIT does not need VerifedMethod nor CompilerCallbacks.
bug:27173201
Change-Id: I971659f9ff6a8b780c94a7bed84de90fa9fc3456
Diffstat (limited to 'compiler/driver/compiler_driver.cc')
| -rw-r--r-- | compiler/driver/compiler_driver.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc index 670fe94988..a51dd3209b 100644 --- a/compiler/driver/compiler_driver.cc +++ b/compiler/driver/compiler_driver.cc @@ -378,7 +378,6 @@ CompilerDriver::CompilerDriver( compiled_method_storage_(swap_fd), profile_compilation_info_(profile_compilation_info) { DCHECK(compiler_options_ != nullptr); - DCHECK(verification_results_ != nullptr); DCHECK(method_inliner_map_ != nullptr); compiler_->Init(); |