mirror of
https://github.com/wolfpld/tracy
synced 2025-05-02 13:43:52 +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 ) )
|
else if( ImGui::IsMouseClicked( 2 ) )
|
||||||
{
|
{
|
||||||
const auto cfi = worker.PackPointer( line.addr );
|
const auto cfi = worker.PackPointer( line.addr );
|
||||||
const auto& symStat = worker.GetSymbolStats();
|
|
||||||
auto inlineList = worker.GetInlineSymbolList( m_baseAddr, m_codeLen );
|
auto inlineList = worker.GetInlineSymbolList( m_baseAddr, m_codeLen );
|
||||||
if( inlineList )
|
if( inlineList )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user