wifi: avoid unnecessary using to inherit constructors
This commit is contained in:
committed by
Tommaso Pecorella
parent
2d9b97a274
commit
f2d07f0a19
@@ -56,7 +56,6 @@ static const uint16_t GUARD_WIDTH =
|
||||
class ExtSpectrumWifiPhy : public SpectrumWifiPhy
|
||||
{
|
||||
public:
|
||||
using SpectrumWifiPhy::SpectrumWifiPhy;
|
||||
using WifiPhy::GetBand;
|
||||
};
|
||||
|
||||
|
||||
@@ -404,7 +404,6 @@ class TestInterferenceHelper : public InterferenceHelper
|
||||
public:
|
||||
using InterferenceHelper::CalculatePayloadChunkSuccessRate;
|
||||
using InterferenceHelper::CalculateSnr;
|
||||
using InterferenceHelper::InterferenceHelper;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user