summaryrefslogtreecommitdiff
path: root/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
commitbd49c1c30d944f10f116adb1b02896c350dd19b9 (patch)
tree10c0da0996e08a2b41cb4963cb0d48e428d77f5f /source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
parentd0090835236f8f1f1ee76a3cfec2bf3938210a46 (diff)
Remove unused variable.
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@349128 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp')
-rw-r--r--source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp b/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
index 5db4c00c5..c7882e981 100644
--- a/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
+++ b/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());