commit | bd425facc6c86c15f64a3ff09d72e6e626a3f48c | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Tue Oct 27 14:54:21 2015 +0000 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Tue Oct 27 14:54:21 2015 +0000 |
tree | efae72cfbedfa188a9fc9467482fc332b966e9aa | |
parent | 620021e643518dc93dc618d3e9df1c33ff8a491c [diff] |
Remove stalled DCHECK. Change-Id: I446f3f6b6da6a3f2c883f794b2e6ffb379a89c95
diff --git a/runtime/quick/inline_method_analyser.cc b/runtime/quick/inline_method_analyser.cc index 99e262e..6554394 100644 --- a/runtime/quick/inline_method_analyser.cc +++ b/runtime/quick/inline_method_analyser.cc
@@ -73,7 +73,6 @@ bool InlineMethodAnalyser::AnalyseMethodCode(verifier::MethodVerifier* verifier, InlineMethod* method) { DCHECK(verifier != nullptr); - DCHECK_EQ(Runtime::Current()->IsCompiler(), method != nullptr); if (!Runtime::Current()->UseJit()) { DCHECK_EQ(verifier->CanLoadClasses(), method != nullptr); }