Index: src/objects.cc |
diff --git a/src/objects.cc b/src/objects.cc |
index ee997b2684ed42eaefafb2cfb2e43b37bbb0a206..c2d1e332178dd3fa6eff7ec74c3f5ba245c3d709 100644 |
--- a/src/objects.cc |
+++ b/src/objects.cc |
@@ -7147,7 +7147,6 @@ void Code::Disassemble(const char* name, FILE* out) { |
if (is_inline_cache_stub()) { |
PrintF(out, "ic_state = %s\n", ICState2String(ic_state())); |
PrintExtraICState(out, kind(), extra_ic_state()); |
- PrintF(out, "ic_in_loop = %d\n", ic_in_loop() == IN_LOOP); |
if (ic_state() == MONOMORPHIC) { |
PrintF(out, "type = %s\n", PropertyType2String(type())); |
} |