From bd425facc6c86c15f64a3ff09d72e6e626a3f48c Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Tue, 27 Oct 2015 14:54:21 +0000 Subject: [PATCH] Remove stalled DCHECK. Change-Id: I446f3f6b6da6a3f2c883f794b2e6ffb379a89c95 --- runtime/quick/inline_method_analyser.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/quick/inline_method_analyser.cc b/runtime/quick/inline_method_analyser.cc index 99e262e6a..65543942c 100644 --- a/runtime/quick/inline_method_analyser.cc +++ b/runtime/quick/inline_method_analyser.cc @@ -73,7 +73,6 @@ static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET_SHORT) == 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); } -- 2.11.0