[lldb][NFC] Remove no longer unused variable in DWARFASTParserClang::ParseTypeFromDWARF

This commit is contained in:
Raphael Isemann 2019-11-26 14:17:06 +01:00
parent 91827ebf5e
commit cdfecb82ee
1 changed files with 0 additions and 1 deletions

View File

@ -463,7 +463,6 @@ TypeSP DWARFASTParserClang::ParseTypeFromDWARF(const SymbolContext &sc,
const dw_tag_t tag = die.Tag();
CompilerType clang_type;
TypeSP type_sp;
switch (tag) {