[Lldb-commits] [lldb] cdfecb8 - [lldb][NFC] Remove no longer unused variable in DWARFASTParserClang::ParseTypeFromDWARF
Raphael Isemann via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 26 05:17:40 PST 2019
Author: Raphael Isemann
Date: 2019-11-26T14:17:06+01:00
New Revision: cdfecb82ee27fabf927102a356acd298ddca8703
URL: https://github.com/llvm/llvm-project/commit/cdfecb82ee27fabf927102a356acd298ddca8703
DIFF: https://github.com/llvm/llvm-project/commit/cdfecb82ee27fabf927102a356acd298ddca8703.diff
LOG: [lldb][NFC] Remove no longer unused variable in DWARFASTParserClang::ParseTypeFromDWARF
Added:
Modified:
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
Removed:
################################################################################
diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp b/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
index 78c5af482191..89331f7aca6c 100644
--- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
+++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
@@ -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) {
More information about the lldb-commits
mailing list