wimax: Remove empty else

This commit is contained in:
Eduardo Almeida
2025-01-30 17:26:29 +00:00
parent bd12765dcb
commit 159f375152

View File

@@ -788,9 +788,7 @@ SubscriberStationNetDevice::SendBurst(uint8_t uiuc,
<< ", bytes sent: " << record->GetBytesSent()
<< ", bytes rcvd: " << record->GetBytesRcvd());
}
else
{
}
ForwardDown(burst, modulationType);
}