From 233f8406e302de84a44e2f47ee4a9830c24c87f4 Mon Sep 17 00:00:00 2001 From: Abtin Keshavarzian Date: Tue, 15 Oct 2019 21:40:59 -0700 Subject: [PATCH] [topology] remove unused (non const) GetExtAddress() method (#4249) --- src/core/thread/topology.hpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/core/thread/topology.hpp b/src/core/thread/topology.hpp index 5956a83bb..9a93c89a3 100644 --- a/src/core/thread/topology.hpp +++ b/src/core/thread/topology.hpp @@ -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. *