Index: src/disassembler.cc |
diff --git a/src/disassembler.cc b/src/disassembler.cc |
index 7f3ee19f8410c4f1598f70c780908f4eabe252f3..f02d43ad8aef93327a76d42ade109dc92c6baa79 100644 |
--- a/src/disassembler.cc |
+++ b/src/disassembler.cc |
@@ -248,9 +248,6 @@ static int DecodeIt(Isolate* isolate, |
Code::StubType type = code->type(); |
out.AddFormatted(", %s", Code::StubType2String(type)); |
} |
- if (kind == Code::CALL_IC || kind == Code::KEYED_CALL_IC) { |
- out.AddFormatted(", argc = %d", code->arguments_count()); |
- } |
} else if (kind == Code::STUB || kind == Code::HANDLER) { |
// Reverse lookup required as the minor key cannot be retrieved |
// from the code object. |