[dataset] remove unused method declaration in DatasetLocal (#2495)

This commit is contained in:
Abtin Keshavarzian
2018-01-19 17:21:32 +00:00
committed by Jonathan Hui
parent 6c8aef053f
commit 19b16b5bcf
-9
View File
@@ -136,15 +136,6 @@ public:
*/
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.
*