Skip to content

Commit

Permalink
Remove unused FindDestinationIDCandidate API
Browse files Browse the repository at this point in the history
- `FabricTable::FindDestinationIDCandidate` is declared, but used nowhere
  since the IPK refactor of #16737, and not implemented either. It is
  100% dead code.
- Remove stale `FindDestinationIDCandidate` API
  • Loading branch information
tcarmelveilleux committed Apr 4, 2022
1 parent c3b1810 commit 9de56a7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/credentials/FabricTable.h
Original file line number Diff line number Diff line change
Expand Up @@ -392,9 +392,6 @@ class DLL_EXPORT FabricTable
FabricInfo * FindFabricWithIndex(FabricIndex fabricIndex);
FabricInfo * FindFabricWithCompressedId(CompressedFabricId fabricId);

FabricIndex FindDestinationIDCandidate(const ByteSpan & destinationId, const ByteSpan & initiatorRandom,
const ByteSpan * ipkList, size_t ipkListEntries);

CHIP_ERROR Init(PersistentStorageDelegate * storage);
CHIP_ERROR AddFabricDelegate(FabricTableDelegate * delegate);

Expand Down

0 comments on commit 9de56a7

Please sign in to comment.