Skip to content

Commit e70e3de

Browse files
brosahayrosahay-silabs
authored andcommitted
Refactor PlatformManagerImpl initialization
1 parent 713e333 commit e70e3de

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
@@ -75,11 +75,9 @@ static int app_entropy_source(void * data, unsigned char * output, size_t len, s
7575
return 0;
7676
}
7777
#endif // SL_MBEDTLS_USE_TINYCRYPT
78-
7978
CHIP_ERROR PlatformManagerImpl::_InitChipStack(void)
8079
{
8180
CHIP_ERROR err;
82-
8381
// Initialize the configuration system.
8482
err = chip::DeviceLayer::PersistedStorage::KeyValueStoreMgrImpl().Init();
8583
SuccessOrExit(err);

0 commit comments

Comments
 (0)