Reviewers: balazs.kilvady,

Description:
MIPS: remove remnants of MinorKey.

[email protected]

Please review this at https://codereview.chromium.org/542103002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+0, -4 lines):
  M src/mips/code-stubs-mips.h
  M src/mips64/code-stubs-mips64.h


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);
 };
Index: src/mips64/code-stubs-mips64.h
diff --git a/src/mips64/code-stubs-mips64.h b/src/mips64/code-stubs-mips64.h
index fc93f415609cf14a23aa30b9d6d915286fc19ed4..60be7a4903b39f482300aef2aa2053a7ff70eaf5 100644
--- a/src/mips64/code-stubs-mips64.h
+++ b/src/mips64/code-stubs-mips64.h
@@ -68,7 +68,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);
 };
@@ -81,7 +80,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);
 };


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to