Skip to content

Commit

Permalink
Fix for fabric renaming (#8604)
Browse files Browse the repository at this point in the history
* Fix for header file rename

* Removed problematic include since it is not necessary anymore

* Removed unused variable
  • Loading branch information
mkardous-silabs authored and pull[bot] committed Aug 27, 2021
1 parent ea6ffb4 commit b04d5e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/app/server/Server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@ SecurePairingUsingTestSecret gTestPairing;
#if CHIP_DEVICE_CONFIG_ENABLE_COMMISSIONER_DISCOVERY_CLIENT

chip::Protocols::UserDirectedCommissioning::UserDirectedCommissioningClient gUDCClient;
constexpr chip::Transport::AdminId gAdminId = 0;

#endif // CHIP_DEVICE_CONFIG_ENABLE_COMMISSIONER_DISCOVERY_CLIENT

Expand Down
1 change: 0 additions & 1 deletion src/protocols/user_directed_commissioning/UDCClients.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include <core/CHIPError.h>
#include <support/CodeUtils.h>
#include <system/TimeSource.h>
#include <transport/AdminPairingTable.h>

namespace chip {
namespace Protocols {
Expand Down

0 comments on commit b04d5e9

Please sign in to comment.