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.