mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +00:00
Remove unused variable.
This commit is contained in:
parent
5974d00ccf
commit
7aa8e408df
@ -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 )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user