[mac] fix warning in mac_types.hpp (#4889)

This commit is contained in:
Yakun Xu
2020-04-26 10:01:55 -07:00
committed by GitHub
parent 931cdedc84
commit b19aafc76d
-4
View File
@@ -73,8 +73,6 @@ typedef otPanId PanId;
*/
typedef otShortAddress ShortAddress;
#if !OPENTHREAD_RADIO
/**
* This function generates a random IEEE 802.15.4 PAN ID.
*
@@ -83,8 +81,6 @@ typedef otShortAddress ShortAddress;
*/
PanId GenerateRandomPanId(void);
#endif
/**
* This structure represents an IEEE 802.15.4 Extended Address.
*