summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
diff options
context:
space:
mode:
authorSterling Augustine <saugustine@google.com>2019-10-17 21:40:12 +0000
committerSterling Augustine <saugustine@google.com>2019-10-17 21:40:12 +0000
commitbbbc873f83e4c723541cdbb13634c8de833bc507 (patch)
treebd81f693b02a514662df332c84631359994160ab /lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
parent69b3363a5340439d3ff793988c4d628644dedd71 (diff)
downloadbcm5719-llvm-bbbc873f83e4c723541cdbb13634c8de833bc507.tar.gz
bcm5719-llvm-bbbc873f83e4c723541cdbb13634c8de833bc507.zip
(NFC) Delete variable made unused by llvm-svn: 375160
Reviewers: aprantl Subscribers: llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D69143 llvm-svn: 375174
Diffstat (limited to 'lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp')
-rw-r--r--lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp b/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
index 0dac6fdb807..854e735b5f8 100644
--- a/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
+++ b/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
@@ -1352,7 +1352,6 @@ void SymbolFilePDB::FindFunctions(const lldb_private::RegularExpression &regex,
if (!regex.IsValid())
return;
- auto old_size = sc_list.GetSize();
CacheFunctionNames();
std::set<uint32_t> resolved_ids;
OpenPOWER on IntegriCloud