From bbbc873f83e4c723541cdbb13634c8de833bc507 Mon Sep 17 00:00:00 2001 From: Sterling Augustine Date: Thu, 17 Oct 2019 21:40:12 +0000 Subject: [PATCH] (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 --- lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 1 - 1 file changed, 1 deletion(-) 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; -- 2.7.4