1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 12:23:53 +00:00

Remove unused variable.

This commit is contained in:
Bartosz Taudul 2020-08-11 16:02:07 +02:00
parent 5974d00ccf
commit 7aa8e408df

View File

@ -2419,7 +2419,6 @@ void SourceView::RenderAsmLine( AsmLine& line, uint32_t ipcnt, uint32_t iptotal,
else if( ImGui::IsMouseClicked( 2 ) )
{
const auto cfi = worker.PackPointer( line.addr );
const auto& symStat = worker.GetSymbolStats();
auto inlineList = worker.GetInlineSymbolList( m_baseAddr, m_codeLen );
if( inlineList )
{