Skip to content

Commit

Permalink
comment out variable that is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Oct 17, 2023
1 parent 7c905d8 commit af1898d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/icd/ICDManager.cpp
Original file line number Diff line number Diff line change
@@ -58,12 +58,12 @@ void ICDManager::Init(PersistentStorageDelegate * storage, FabricTable * fabricT
VerifyOrDie(ICDNotifier::GetInstance().Subscribe(this) == CHIP_NO_ERROR);
mSymmetricKeystore = symmetricKeystore;

uint32_t activeModeInterval = ICDManagementServer::GetInstance().GetActiveModeIntervalMs();

ICDManagementServer::GetInstance().SetSymmetricKeystore(mSymmetricKeystore);

// Removing the check for now since it is possible for the Fast polling
// to be superior to the activeModeInterval fornow
// uint32_t activeModeInterval = ICDManagementServer::GetInstance().GetActiveModeIntervalMs();
// VerifyOrDie(kFastPollingInterval.count() < activeModeInterval);

UpdateICDMode();

0 comments on commit af1898d

Please sign in to comment.