Bug 1026 - MeshWifiInterfaceMac::GetPhyStandard () not used
MeshWifiInterfaceMac::GetPhyStandard () not used
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: mesh
ns-3-dev
All All
: P5 trivial
Assigned To: Kirill Andreev
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-11-09 11:17 UTC by Nicola Baldo
Modified: 2011-06-02 12:00 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicola Baldo 2010-11-09 11:17:38 UTC
It seems to me that MeshWifiInterfaceMac::GetPhyStandard () is not used anywhere in our code. Can we remove it?
Comment 1 Kirill Andreev 2010-11-10 05:42:38 UTC
Yes, you are right. You can remove this line from the code. I will try to find any more unused methods in my code, or methods, which are declared but not implemented. So, do not close this bug
Comment 2 Kirill Andreev 2011-06-02 12:00:26 UTC
It seems to me, that all methods are used. I will close a bug