CodeViewWidget: Improve performance by removing unnecessary FillInCallers computation during update

This commit is contained in:
Alex Harrison
2025-07-22 20:37:01 -06:00
parent d6a4421386
commit 6cb7868286

View File

@ -433,8 +433,6 @@ void CodeViewWidget::Update(const Core::CPUThreadGuard* guard)
CalculateBranchIndentation();
m_ppc_symbol_db.FillInCallers();
repaint();
m_updating = false;
}