From 2759561b069a8e4b599502d8120847e9e8800299 Mon Sep 17 00:00:00 2001 From: Yufeng Wang Date: Wed, 2 Nov 2022 06:54:29 -0700 Subject: [PATCH] [chip-tool] Remove duplicate command registration (#23430) --- examples/chip-tool/commands/pairing/Commands.h | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/chip-tool/commands/pairing/Commands.h b/examples/chip-tool/commands/pairing/Commands.h index 4841d0c0e0f03c..871b282ebd781d 100644 --- a/examples/chip-tool/commands/pairing/Commands.h +++ b/examples/chip-tool/commands/pairing/Commands.h @@ -214,7 +214,6 @@ void registerCommandsPairing(Commands & commands, CredentialIssuerCommands * cre make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), - make_unique(credsIssuerConfig), make_unique(credsIssuerConfig), // TODO(#13973) - enable CommissionedListCommand once DNS Cache is implemented // make_unique(),