summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2019-11-26 14:17:06 +0100
committerRaphael Isemann <teemperor@gmail.com>2019-11-26 14:17:06 +0100
commitcdfecb82ee27fabf927102a356acd298ddca8703 (patch)
treef4e5c8c18210159f8ea6ec82c3479eaa14fa3af2 /lldb/source/Plugins/SymbolFile
parent91827ebf5e3d9eb633ba909e8f50a3d402698cce (diff)
downloadbcm5719-llvm-cdfecb82ee27fabf927102a356acd298ddca8703.tar.gz
bcm5719-llvm-cdfecb82ee27fabf927102a356acd298ddca8703.zip
[lldb][NFC] Remove no longer unused variable in DWARFASTParserClang::ParseTypeFromDWARF
Diffstat (limited to 'lldb/source/Plugins/SymbolFile')
-rw-r--r--lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp b/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
index 78c5af48219..89331f7aca6 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) {
OpenPOWER on IntegriCloud