mirror of
https://github.com/espressif/openthread.git
synced 2026-09-15 05:30:09 +00:00
[dataset] remove unused method declaration in DatasetLocal (#2495)
This commit is contained in:
committed by
Jonathan Hui
parent
6c8aef053f
commit
19b16b5bcf
@@ -136,15 +136,6 @@ public:
|
|||||||
*/
|
*/
|
||||||
otError Set(const Dataset &aDataset);
|
otError Set(const Dataset &aDataset);
|
||||||
|
|
||||||
/**
|
|
||||||
* This method restores dataset from non-volatile memory.
|
|
||||||
*
|
|
||||||
* @retval OT_ERROR_NONE Successfully restore the dataset.
|
|
||||||
* @retval OT_ERROR_NOT_FOUND There is no corresponding dataset stored in non-volatile memory.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
otError Restore(void);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This method compares this dataset to another based on the timestamp.
|
* This method compares this dataset to another based on the timestamp.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user