forked from OSchip/llvm-project
[lldb][NFC] Remove no longer unused variable in DWARFASTParserClang::ParseTypeFromDWARF
This commit is contained in:
parent
91827ebf5e
commit
cdfecb82ee
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue