Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index eee7d28a6959a8631de5a535e4acf88173916df5..b4d9a25e8277fd8f3087299c3fa7c6e5345c3906 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -91,7 +91,6 @@ using v8::MemoryPressureLevel; |
V(Map, unseeded_number_dictionary_map, UnseededNumberDictionaryMap) \ |
V(Map, sloppy_arguments_elements_map, SloppyArgumentsElementsMap) \ |
V(Map, message_object_map, JSMessageObjectMap) \ |
- V(Map, neander_map, NeanderMap) \ |
V(Map, external_map, ExternalMap) \ |
V(Map, bytecode_array_map, BytecodeArrayMap) \ |
/* String maps */ \ |
@@ -306,7 +305,6 @@ using v8::MemoryPressureLevel; |
V(ArgumentsMarkerMap) \ |
V(JSMessageObjectMap) \ |
V(ForeignMap) \ |
- V(NeanderMap) \ |
V(NanValue) \ |
V(InfinityValue) \ |
V(MinusZeroValue) \ |