| Index: src/crankshaft/mips/lithium-codegen-mips.h
|
| diff --git a/src/crankshaft/mips/lithium-codegen-mips.h b/src/crankshaft/mips/lithium-codegen-mips.h
|
| index 7a316e5957562dbb4ec1fcbf9a82c49137bb2a38..d2b0d2dcaefc5f9fb4b0cb545070e9cc3fd28862 100644
|
| --- a/src/crankshaft/mips/lithium-codegen-mips.h
|
| +++ b/src/crankshaft/mips/lithium-codegen-mips.h
|
| @@ -134,8 +134,6 @@ class LCodeGen: public LCodeGenBase {
|
| #undef DECLARE_DO
|
|
|
| private:
|
| - LanguageMode language_mode() const { return info()->language_mode(); }
|
| -
|
| Scope* scope() const { return scope_; }
|
|
|
| Register scratch0() { return kLithiumScratchReg; }
|
|
|