Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 78776008789821bd67c0741695848bde7162234d..53741aa427161d8846ae7a53550a1bc57a3e58a8 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -1153,8 +1153,6 @@ template <class C> inline bool Is(Object* obj); |
V(kLiveBytesCountOverflowChunkSize, "Live Bytes Count overflow chunk size") \ |
V(kLiveEditFrameDroppingIsNotSupportedOnARM64, \ |
"LiveEdit frame dropping is not supported on arm64") \ |
- V(kLiveEditFrameDroppingIsNotSupportedOnMips, \ |
- "LiveEdit frame dropping is not supported on mips") \ |
V(kLiveEdit, "LiveEdit") \ |
V(kLookupVariableInCountOperation, \ |
"Lookup variable in count operation") \ |