diff options
author | Sterling Augustine <saugustine@google.com> | 2019-10-17 21:40:12 +0000 |
---|---|---|
committer | Sterling Augustine <saugustine@google.com> | 2019-10-17 21:40:12 +0000 |
commit | bbbc873f83e4c723541cdbb13634c8de833bc507 (patch) | |
tree | bd81f693b02a514662df332c84631359994160ab /lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | |
parent | 69b3363a5340439d3ff793988c4d628644dedd71 (diff) | |
download | bcm5719-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.cpp | 1 |
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 ®ex, if (!regex.IsValid()) return; - auto old_size = sc_list.GetSize(); CacheFunctionNames(); std::set<uint32_t> resolved_ids; |