[settings] remove useless functions (#3971)

This commit is contained in:
Zhanglong Xia
2019-07-10 06:13:49 -07:00
committed by Jonathan Hui
parent 97708013c8
commit c1a64613d6
3 changed files with 0 additions and 60 deletions
-21
View File
@@ -492,27 +492,6 @@ void otPlatSettingsDeinit(otInstance *aInstance)
OT_UNUSED_VARIABLE(aInstance);
}
otError otPlatSettingsBeginChange(otInstance *aInstance)
{
OT_UNUSED_VARIABLE(aInstance);
return OT_ERROR_NONE;
}
otError otPlatSettingsCommitChange(otInstance *aInstance)
{
OT_UNUSED_VARIABLE(aInstance);
return OT_ERROR_NONE;
}
otError otPlatSettingsAbandonChange(otInstance *aInstance)
{
OT_UNUSED_VARIABLE(aInstance);
return OT_ERROR_NONE;
}
otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16_t *aValueLength)
{
OT_UNUSED_VARIABLE(aInstance);