wifi: Iterators to queued items are not exposed by WifiMacQueueItem

This commit is contained in:
Stefano Avallone
2021-09-29 11:19:50 +02:00
parent b8bc106706
commit dae6bbca5b
2 changed files with 0 additions and 14 deletions

View File

@@ -221,13 +221,6 @@ WifiMacQueueItem::GetQueueAc (void) const
return m_queueAc;
}
WifiMacQueueItem::ConstIterator
WifiMacQueueItem::GetQueueIterator (void) const
{
NS_ASSERT (IsQueued ());
return m_queueIt;
}
void
WifiMacQueueItem::SetInFlight (void)
{

View File

@@ -165,13 +165,6 @@ public:
* \return the AC of the queue this item is stored into
*/
AcIndex GetQueueAc (void) const;
/**
* Get a const iterator pointing to the position of the MPDU in the queue. This
* method should not be called if the MPDU is not stored in a queue.
*
* \return an iterator pointing to the position of the MPDU in the queue
*/
ConstIterator GetQueueIterator (void) const;
/**
* \brief Get the MAC protocol data unit (MPDU) corresponding to this item