spectrum: Remove default virtual destructor from SimpleRefCount children

This commit is contained in:
Gabriel Ferreira
2024-05-22 13:22:45 -03:00
parent 00001c5379
commit 8a2d461acf

View File

@@ -92,11 +92,6 @@ class MatrixBasedChannelModel : public Object
*/
std::pair<uint32_t, uint32_t> 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.