Index: src/crankshaft/x87/lithium-codegen-x87.h |
diff --git a/src/crankshaft/x87/lithium-codegen-x87.h b/src/crankshaft/x87/lithium-codegen-x87.h |
index 3719236a403160da63faa514d7834ab43a765981..f979cf0d35012cb55e9f4d1f50a05111c1f20f55 100644 |
--- a/src/crankshaft/x87/lithium-codegen-x87.h |
+++ b/src/crankshaft/x87/lithium-codegen-x87.h |
@@ -150,8 +150,6 @@ class LCodeGen: public LCodeGenBase { |
#undef DECLARE_DO |
private: |
- LanguageMode language_mode() const { return info()->language_mode(); } |
- |
Scope* scope() const { return scope_; } |
void EmitClassOfTest(Label* if_true, |