From 8a2d461acfc8da3a650c7947deb20bfc0ac91745 Mon Sep 17 00:00:00 2001 From: Gabriel Ferreira Date: Wed, 22 May 2024 13:22:45 -0300 Subject: [PATCH] spectrum: Remove default virtual destructor from SimpleRefCount children --- src/spectrum/model/matrix-based-channel-model.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/spectrum/model/matrix-based-channel-model.h b/src/spectrum/model/matrix-based-channel-model.h index a09990be2..3fb25c4c3 100644 --- a/src/spectrum/model/matrix-based-channel-model.h +++ b/src/spectrum/model/matrix-based-channel-model.h @@ -92,11 +92,6 @@ class MatrixBasedChannelModel : public Object */ std::pair m_nodeIds; - /** - * Destructor for ChannelMatrix - */ - virtual ~ChannelMatrix() = default; - /** * Returns true if the ChannelMatrix object was generated * considering node b as transmitter and node a as receiver.