From bd425facc6c86c15f64a3ff09d72e6e626a3f48c Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Tue, 27 Oct 2015 14:54:21 +0000 Subject: Remove stalled DCHECK. Change-Id: I446f3f6b6da6a3f2c883f794b2e6ffb379a89c95 --- runtime/quick/inline_method_analyser.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/quick/inline_method_analyser.cc') diff --git a/runtime/quick/inline_method_analyser.cc b/runtime/quick/inline_method_analyser.cc index 99e262e6a9..65543942c7 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); } -- cgit v1.2.3-59-g8ed1b