Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Jan 20, 2023
1 parent 062c1a8 commit 0cfd908
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/platform/silabs/EFR32/ConfigurationManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ ConfigurationManagerImpl & ConfigurationManagerImpl::GetDefaultInstance()

CHIP_ERROR ConfigurationManagerImpl::Init()
{
// Initialize the generic implementation base class.
// err = Internal::GenericConfigurationManagerImpl<SILABSConfig>::Init();
// VerifyOrReturnError(err == CHIP_NO_ERROR, err);

// TODO: Initialize the global GroupKeyStore object here (#1626)

IncreaseBootCount();
Expand Down

0 comments on commit 0cfd908

Please sign in to comment.