From e2ca9caac35754888c5eced18437b920432f062f Mon Sep 17 00:00:00 2001 From: Kamil Burzynski Date: Wed, 18 Oct 2017 18:23:54 +0200 Subject: [PATCH] [mle] remove AppendDiscovery declaration (#2273) --- src/core/thread/mle.hpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/core/thread/mle.hpp b/src/core/thread/mle.hpp index 3954c1fd1..247062b32 100644 --- a/src/core/thread/mle.hpp +++ b/src/core/thread/mle.hpp @@ -1119,17 +1119,6 @@ protected: */ otError AppendPendingTimestamp(Message &aMessage); - /** - * This method appends a Thread Discovery TLV to a message. - * - * @param[in] aMessage A reference to the message. - * - * @retval OT_ERROR_NONE Successfully appended the Thread Discovery TLV. - * @retval OT_ERROR_NO_BUFS Insufficient buffers available to append the Address Registration TLV. - * - */ - otError AppendDiscovery(Message &aMessage); - /** * This method checks if the destination is reachable. *