Index: src/objects.cc |
diff --git a/src/objects.cc b/src/objects.cc |
index 246557bdfc044b05604cd19313b6025f1d8ea724..7c67539d7b6172ad9120676481c6292f3dfd5923 100644 |
--- a/src/objects.cc |
+++ b/src/objects.cc |
@@ -11076,9 +11076,6 @@ void Code::Disassemble(const char* name, FILE* out) { |
if (ic_state() == MONOMORPHIC) { |
PrintF(out, "type = %s\n", StubType2String(type())); |
} |
- if (is_call_stub() || is_keyed_call_stub()) { |
- PrintF(out, "argc = %d\n", arguments_count()); |
- } |
if (is_compare_ic_stub()) { |
ASSERT(major_key() == CodeStub::CompareIC); |
CompareIC::State left_state, right_state, handler_state; |