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 4f728bf commit d62026eCopy full SHA for d62026e
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
@@ -2465,7 +2465,6 @@ bool DWARFASTParserClang::ParseChildMembers(
2465
const uint64_t parent_bit_size =
2466
parent_byte_size == UINT64_MAX ? UINT64_MAX : parent_byte_size * 8;
2467
2468
- uint32_t member_idx = 0;
2469
BitfieldInfo last_field_info;
2470
2471
ModuleSP module_sp = parent_die.GetDWARF()->GetObjectFile()->GetModule();
@@ -2935,7 +2934,6 @@ bool DWARFASTParserClang::ParseChildMembers(
2935
2934
}
2936
2937
2938
- ++member_idx;
2939
} break;
2940
2941
case DW_TAG_subprogram:
0 commit comments