[Lldb-commits] [lldb] r345086 - Remove unused variable.
Eric Christopher via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 23 14:55:41 PDT 2018
Author: echristo
Date: Tue Oct 23 14:55:41 2018
New Revision: 345086
URL: http://llvm.org/viewvc/llvm-project?rev=345086&view=rev
Log:
Remove unused variable.
Modified:
lldb/trunk/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
Modified: lldb/trunk/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp?rev=345086&r1=345085&r2=345086&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp (original)
+++ lldb/trunk/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp Tue Oct 23 14:55:41 2018
@@ -868,7 +868,6 @@ TypeSP SymbolFileNativePDB::CreateAndCac
lldbassert(record_decl);
TypeIndex ti(type_id.index);
- CVType cvt = m_index->tpi().getType(ti);
m_uid_to_decl[best_uid.toOpaqueId()] = record_decl;
m_decl_to_status[record_decl] =
DeclStatus(best_uid.toOpaqueId(), Type::eResolveStateForward);
More information about the lldb-commits
mailing list