We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e49951f commit aebeca4Copy full SHA for aebeca4
lldb/include/lldb/Core/FormatEntity.h
@@ -191,12 +191,6 @@ struct Entry {
191
return false;
192
if (printf_format != rhs.printf_format)
193
194
- const size_t n = children.size();
195
- const size_t m = rhs.children.size();
196
- for (size_t i = 0; i < std::min<size_t>(n, m); ++i) {
197
- if (!(children[i] == rhs.children[i]))
198
- return false;
199
- }
200
if (children != rhs.children)
201
202
if (type != rhs.type)
0 commit comments