Index: src/ia32/lithium-codegen-ia32.h |
diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h |
index b29f0f1a0f6b98678755b19eac2aa970ed4017d4..e600ede8df2559c3536ccf916e8e554b71e4b679 100644 |
--- a/src/ia32/lithium-codegen-ia32.h |
+++ b/src/ia32/lithium-codegen-ia32.h |
@@ -271,7 +271,6 @@ class LCodeGen: public LCodeGenBase { |
LEnvironment* environment, |
Deoptimizer::BailoutType bailout_type); |
void DeoptimizeIf(Condition cc, LEnvironment* environment); |
- void ApplyCheckIf(Condition cc, LBoundsCheck* check); |
bool DeoptEveryNTimes() { |
return FLAG_deopt_every_n_times != 0 && !info()->IsStub(); |