From: Sterling Augustine Date: Thu, 17 Oct 2019 21:40:12 +0000 (+0000) Subject: (NFC) Delete variable made unused by llvm-svn: 375160 X-Git-Tag: llvmorg-11-init~6228 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bbbc873f83e4c723541cdbb13634c8de833bc507;p=platform%2Fupstream%2Fllvm.git (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 --- diff --git a/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp b/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp index 0dac6fd..854e735 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 resolved_ids;