[mle] remove AppendDiscovery declaration (#2273)

This commit is contained in:
Kamil Burzynski
2017-10-18 09:23:54 -07:00
committed by Jonathan Hui
parent 41faaada13
commit e2ca9caac3
-11
View File
@@ -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.
*