remove duplicate call

pull/6932/head
paul-szczepanek-arm 2018-05-18 13:54:15 +01:00
parent 9da64e529e
commit ace491d430
1 changed files with 0 additions and 5 deletions

View File

@ -105,11 +105,6 @@ ble_error_t GenericSecurityManager::setDatabaseFilepath(
return result;
}
result = init_database(db_path);
if (result != BLE_ERROR_NONE) {
return result;
}
init_resolving_list();
return BLE_ERROR_NONE;