wifi: Remove unused fcs trailer declaration in EdcaTxopN

This commit is contained in:
Sébastien Deronne
2016-08-16 22:31:29 +02:00
parent bf942c4204
commit c657724294

View File

@@ -874,7 +874,6 @@ void
EdcaTxopN::Queue (Ptr<const Packet> packet, const WifiMacHeader &hdr)
{
NS_LOG_FUNCTION (this << packet << &hdr);
WifiMacTrailer fcs;
m_stationManager->PrepareForQueue (hdr.GetAddr1 (), &hdr, packet);
m_queue->Enqueue (packet, hdr);
StartAccessIfNeeded ();