wifi: Cleanup unused variable in HePpdu::SetHeMuUserInfos

This commit is contained in:
Sébastien Deronne
2023-05-02 20:55:03 +02:00
committed by Sebastien Deronne
parent 4e09e72d80
commit ba7930d397

View File

@@ -201,7 +201,6 @@ HePpdu::SetTxVectorFromPhyHeaders(WifiTxVector& txVector,
void
HePpdu::SetHeMuUserInfos(WifiTxVector& txVector, const HeSigHeader& heSig) const
{
WifiTxVector::HeMuUserInfoMap userInfos{};
const auto& ruAllocation = heSig.GetRuAllocation();
auto contentChannelIndex = 0;
for (const auto& contentChannel : heSig.GetHeSigBContentChannels())