Skip to content

Commit ea0f3fa

Browse files
brosahayrosahay-silabs
authored andcommitted
Refactor PlatformManagerImpl initialization
1 parent 8c07b96 commit ea0f3fa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/platform/silabs/PlatformManagerImpl.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,9 @@ static int app_entropy_source(void * data, unsigned char * output, size_t len, s
7676
return 0;
7777
}
7878
#endif // SL_MBEDTLS_USE_TINYCRYPT
79-
8079
CHIP_ERROR PlatformManagerImpl::_InitChipStack(void)
8180
{
8281
CHIP_ERROR err;
83-
8482
// Initialize the configuration system.
8583
err = chip::DeviceLayer::PersistedStorage::KeyValueStoreMgrImpl().Init();
8684
SuccessOrExit(err);

0 commit comments

Comments
 (0)