wifi: Cleanup unused typedef in BlockAckManager

This commit is contained in:
Sébastien Deronne
2022-10-08 15:39:36 +02:00
committed by Sebastien Deronne
parent 30e535d61e
commit 3d1f1fa444

View File

@@ -457,10 +457,6 @@ class BlockAckManager : public Object
* typedef for an iterator for PacketQueue.
*/
typedef std::list<Ptr<WifiMpdu>>::iterator PacketQueueI;
/**
* typedef for a const iterator for PacketQueue.
*/
typedef std::list<Ptr<WifiMpdu>>::const_iterator PacketQueueCI;
/**
* typedef for a map between MAC address and block ack agreement.
*/