Index: src/layout-descriptor.h |
diff --git a/src/layout-descriptor.h b/src/layout-descriptor.h |
index 628fa17d32a366e941909cb6275dd2d82ce4eaff..8f2942c0eb52319b2ca1b61fe1f6fad86a840912 100644 |
--- a/src/layout-descriptor.h |
+++ b/src/layout-descriptor.h |
@@ -69,10 +69,8 @@ class LayoutDescriptor : public FixedTypedArray<Uint32ArrayTraits> { |
// tagged (FastPointerLayout). |
V8_INLINE static LayoutDescriptor* FastPointerLayout(); |
-#ifdef VERIFY_HEAP |
// Check that this layout descriptor corresponds to given map. |
bool IsConsistentWithMap(Map* map); |
-#endif |
#ifdef OBJECT_PRINT |
// For our gdb macros, we should perhaps change these in the future. |