| Index: src/crankshaft/ia32/lithium-codegen-ia32.h
|
| diff --git a/src/crankshaft/ia32/lithium-codegen-ia32.h b/src/crankshaft/ia32/lithium-codegen-ia32.h
|
| index bc61c9633908ec43cb459283f25d310ae503d24e..5084819dced5da952c0c14800fa4e247c5edcf32 100644
|
| --- a/src/crankshaft/ia32/lithium-codegen-ia32.h
|
| +++ b/src/crankshaft/ia32/lithium-codegen-ia32.h
|
| @@ -115,8 +115,6 @@ class LCodeGen: public LCodeGenBase {
|
| #undef DECLARE_DO
|
|
|
| private:
|
| - LanguageMode language_mode() const { return info()->language_mode(); }
|
| -
|
| Scope* scope() const { return scope_; }
|
|
|
| XMMRegister double_scratch0() const { return xmm0; }
|
|
|