Index: src/ic/ic.h |
diff --git a/src/ic/ic.h b/src/ic/ic.h |
index 1710fee91099e8747c21198fa32a464dee130528..41d54943b9b2ecd5cd17a178b76bd3807b53c26f 100644 |
--- a/src/ic/ic.h |
+++ b/src/ic/ic.h |
@@ -405,7 +405,6 @@ class LoadIC : public IC { |
GenerateMiss(masm); |
} |
static void GenerateMiss(MacroAssembler* masm); |
- static void GenerateMegamorphic(MacroAssembler* masm); |
static void GenerateNormal(MacroAssembler* masm); |
static void GenerateRuntimeGetProperty(MacroAssembler* masm); |