[lldb][NFC] Don't calculate member indices in DWARFASTParserClang::ParseChildMembers
authorRaphael Isemann <teemperor@gmail.com>
Mon, 2 Dec 2019 13:34:51 +0000 (14:34 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Mon, 2 Dec 2019 13:43:40 +0000 (14:43 +0100)
commitd62026e2dde1d27c7d1c702f11b0464e1d470d4f
tree9d9a6a2de84cf956e76f55ebbea03e791c38c47f
parent4f728bfc13c45bc744bfdbfc3086bed74a8cbb4c
[lldb][NFC] Don't calculate member indices in DWARFASTParserClang::ParseChildMembers

We keep counting members and then don't do anything with the computed result.
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp