Skip to content

Commit

Permalink
Remove unused IsController in src/protocols/secure_channel/Rendezvous…
Browse files Browse the repository at this point in the history
…Parameters.h (#25999)
  • Loading branch information
vivien-apple authored and pull[bot] committed May 10, 2023
1 parent 9caae5c commit 1288095
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/protocols/secure_channel/RendezvousParameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ class RendezvousParameters
public:
RendezvousParameters() = default;

bool IsController() const { return HasDiscriminator() || HasConnectionObject(); }

bool HasSetupPINCode() const { return mSetupPINCode != 0; }
uint32_t GetSetupPINCode() const { return mSetupPINCode; }
RendezvousParameters & SetSetupPINCode(uint32_t setupPINCode)
Expand Down

0 comments on commit 1288095

Please sign in to comment.