summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver-inl.h
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2018-12-07 08:11:24 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-12-07 08:11:24 +0000
commited8b4ac3d7a78cc4976fa24a34bac92f4fd47a27 (patch)
tree8292de7f2a4e8b9c0526d05a604668da11e1980e /compiler/driver/compiler_driver-inl.h
parenta9a0973ff03ce2c2d1ec65695ad0f4cd8ed170a7 (diff)
parent2afaff7e9171992b0e2e95d0f485782d28e1b9dc (diff)
Merge "Refactor CompilerDriver::CompileAll()."
Diffstat (limited to 'compiler/driver/compiler_driver-inl.h')
-rw-r--r--compiler/driver/compiler_driver-inl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler/driver/compiler_driver-inl.h b/compiler/driver/compiler_driver-inl.h
index 792f508199..63dcb4664c 100644
--- a/compiler/driver/compiler_driver-inl.h
+++ b/compiler/driver/compiler_driver-inl.h
@@ -99,11 +99,6 @@ inline std::pair<bool, bool> CompilerDriver::IsFastInstanceField(
return std::make_pair(fast_get, fast_put);
}
-inline VerificationResults* CompilerDriver::GetVerificationResults() const {
- DCHECK(Runtime::Current()->IsAotCompiler());
- return verification_results_;
-}
-
} // namespace art
#endif // ART_COMPILER_DRIVER_COMPILER_DRIVER_INL_H_