summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
diff options
context:
space:
mode:
authorRichard Trieu <rtrieu@google.com>2018-12-14 05:40:30 +0000
committerRichard Trieu <rtrieu@google.com>2018-12-14 05:40:30 +0000
commitf03e8023b70b2256fef55802d5e3832d70c6a080 (patch)
treed4bce524f41b3c19584bc69203002afef13b3fe4 /lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
parent814715f958daea6af19b8050625554c50f9263fb (diff)
downloadbcm5719-llvm-f03e8023b70b2256fef55802d5e3832d70c6a080.tar.gz
bcm5719-llvm-f03e8023b70b2256fef55802d5e3832d70c6a080.zip
Remove unused variable.
llvm-svn: 349128
Diffstat (limited to 'lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp')
-rw-r--r--lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp b/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
index 5db4c00c5bc..c7882e981f0 100644
--- a/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
+++ b/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
@@ -1892,7 +1892,6 @@ size_t SymbolFileNativePDB::ParseVariablesForContext(const SymbolContext &sc) {
lldbassert(sc.function || sc.comp_unit);
VariableListSP variables;
- PdbSymUid sym_uid;
if (sc.block) {
PdbSymUid block_id(sc.block->GetID());
OpenPOWER on IntegriCloud