From c657724294f34c86308a32ae3448e89ec53d336b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deronne?= Date: Tue, 16 Aug 2016 22:31:29 +0200 Subject: [PATCH] wifi: Remove unused fcs trailer declaration in EdcaTxopN --- src/wifi/model/edca-txop-n.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wifi/model/edca-txop-n.cc b/src/wifi/model/edca-txop-n.cc index 6f8d4ae02..385f2b2e7 100644 --- a/src/wifi/model/edca-txop-n.cc +++ b/src/wifi/model/edca-txop-n.cc @@ -874,7 +874,6 @@ void EdcaTxopN::Queue (Ptr 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 ();