Bug 1026

Summary: MeshWifiInterfaceMac::GetPhyStandard () not used
Product: ns-3 Reporter: Nicola Baldo <nicola>
Component: meshAssignee: Kirill Andreev <andreev>
Status: RESOLVED FIXED    
Severity: trivial CC: ns-bugs
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   

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