Skip to content

Commit a77c3ef

Browse files
committed
[lldb] Fix unused variable warning
llvm-svn: 373399
1 parent 5e0a0b7 commit a77c3ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1639,7 +1639,6 @@ void SymbolFilePDB::GetTypes(lldb_private::SymbolContextScope *sc_scope,
16391639
lldb_private::TypeList &type_list) {
16401640
std::lock_guard<std::recursive_mutex> guard(GetModuleMutex());
16411641
TypeCollection type_collection;
1642-
uint32_t old_size = type_list.GetSize();
16431642
CompileUnit *cu =
16441643
sc_scope ? sc_scope->CalculateSymbolContextCompileUnit() : nullptr;
16451644
if (cu) {

0 commit comments

Comments
 (0)