[mac] remove unused method definitions (#3374)

This class removes unused method definitions in `Mac` class. Note
that these methods are now provided and used in `SubMac`.
This commit is contained in:
Abtin Keshavarzian
2018-12-13 09:02:29 -08:00
committed by Jonathan Hui
parent cc10b31b9a
commit 6d1c3b9e1d
-18
View File
@@ -555,24 +555,6 @@ public:
*/
int8_t GetNoiseFloor(void);
/**
* This method indicates whether or not CSMA backoff is supported by the radio layer.
*
* @retval true CSMA backoff is supported by the radio.
* @retval false CSMA backoff is not supported by the radio.
*
*/
bool RadioSupportsCsmaBackoff(void);
/**
* This method indicates whether or not transmit retries is supported by the radio layer.
*
* @retval true Retries (and CSMA) are supported by the radio.
* @retval false Retries (and CSMA) are not supported by the radio.
*
*/
bool RadioSupportsRetries(void);
/**
* This method returns the current CCA (Clear Channel Assessment) failure rate.
*