mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:17:35 +00:00
Profiler: Use = default for empty destructor
This commit is contained in:
parent
c0341215de
commit
16f0248ca2
2 changed files with 1 additions and 5 deletions
|
@ -49,10 +49,6 @@ FlameGraphView::FlameGraphView(GUI::Model& model, int text_column, int width_col
|
|||
layout_bars();
|
||||
}
|
||||
|
||||
FlameGraphView::~FlameGraphView()
|
||||
{
|
||||
}
|
||||
|
||||
GUI::ModelIndex const FlameGraphView::hovered_index() const
|
||||
{
|
||||
if (!m_hovered_bar)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue