summaryrefslogtreecommitdiff
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
commit45131c3edaf75f2c1caa68486e08f7092312d28c (patch)
treed2de9ac42f0a878225ce570a20a4c9327a638c46
parent21c1243e4b7b17dd1e33784f51ca7f71e54ede73 (diff)
(NFC) Delete variable made unused by llvm-svn: 375160
Reviewers: aprantl Subscribers: llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D69143 git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@375174 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp b/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
index 0dac6fdb8..854e735b5 100644
--- a/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
+++ b/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;