Skip to content

Commit ace491d

Browse files
remove duplicate call
1 parent 9da64e5 commit ace491d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

features/FEATURE_BLE/source/generic/GenericSecurityManager.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,6 @@ ble_error_t GenericSecurityManager::setDatabaseFilepath(
105105
return result;
106106
}
107107

108-
result = init_database(db_path);
109-
if (result != BLE_ERROR_NONE) {
110-
return result;
111-
}
112-
113108
init_resolving_list();
114109

115110
return BLE_ERROR_NONE;

0 commit comments

Comments
 (0)