mirror of
https://github.com/espressif/openthread.git
synced 2026-08-11 21:27:46 +00:00
[topology] remove unused (non const) GetExtAddress() method (#4249)
This commit is contained in:
committed by
Jonathan Hui
parent
956fa518a7
commit
233f8406e3
@@ -163,14 +163,6 @@ public:
|
||||
*/
|
||||
void ClearExtAddress(void) { memset(&mMacAddr, 0, sizeof(mMacAddr)); }
|
||||
|
||||
/**
|
||||
* This method returns the Extended Address.
|
||||
*
|
||||
* @returns A reference to the Extended Address.
|
||||
*
|
||||
*/
|
||||
Mac::ExtAddress &GetExtAddress(void) { return mMacAddr; }
|
||||
|
||||
/**
|
||||
* This method returns the Extended Address.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user