1
Fork 0
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:
Brian Gianforcaro 2021-09-01 02:05:46 -07:00 committed by Andreas Kling
parent c0341215de
commit 16f0248ca2
2 changed files with 1 additions and 5 deletions

View file

@ -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)