Author: Raphael Isemann
Date: 2020-01-02T11:57:00+01:00
New Revision: a95f4c87842d76a9fce146b2f25e6c8079f6bbdc

URL: 
https://github.com/llvm/llvm-project/commit/a95f4c87842d76a9fce146b2f25e6c8079f6bbdc
DIFF: 
https://github.com/llvm/llvm-project/commit/a95f4c87842d76a9fce146b2f25e6c8079f6bbdc.diff

LOG: [lldb][NFC] Remove unused variable in 
DWARFASTParserClang::ParseSingleMember

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 3cae9a190010..bb75c699352e 100644
--- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
+++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
@@ -2579,7 +2579,6 @@ void DWARFASTParserClang::ParseSingleMember(
     }
 
     if (prop_name) {
-      ConstString fixed_getter;
       ConstString fixed_setter;
 
       // Check if the property getter/setter were provided as full names.


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to