wifi: Cleanup unused typedef in BlockAckManager
This commit is contained in:
committed by
Sebastien Deronne
parent
30e535d61e
commit
3d1f1fa444
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user