[topology] remove unused (non const) GetExtAddress() method (#4249)

This commit is contained in:
Abtin Keshavarzian
2019-10-15 21:40:59 -07:00
committed by Jonathan Hui
parent 956fa518a7
commit 233f8406e3
-8
View File
@@ -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.
*