| Index: src/mips/code-stubs-mips.h
|
| diff --git a/src/mips/code-stubs-mips.h b/src/mips/code-stubs-mips.h
|
| index 561f882290c4f8d2153bda4fe64ea33d58c099b3..566b8b334de3227f595bc0dbc9ed751d72fbf732 100644
|
| --- a/src/mips/code-stubs-mips.h
|
| +++ b/src/mips/code-stubs-mips.h
|
| @@ -67,7 +67,6 @@ class StoreRegistersStateStub: public PlatformCodeStub {
|
| static void GenerateAheadOfTime(Isolate* isolate);
|
| private:
|
| virtual inline Major MajorKey() const FINAL OVERRIDE;
|
| - uint32_t MinorKey() const { return 0; }
|
|
|
| void Generate(MacroAssembler* masm);
|
| };
|
| @@ -80,7 +79,6 @@ class RestoreRegistersStateStub: public PlatformCodeStub {
|
| static void GenerateAheadOfTime(Isolate* isolate);
|
| private:
|
| virtual inline Major MajorKey() const FINAL OVERRIDE;
|
| - uint32_t MinorKey() const { return 0; }
|
|
|
| void Generate(MacroAssembler* masm);
|
| };
|
|
|