Skip to content

Commit

Permalink
Remove WriteClientHandle leftovers (followup of #13248) (#13774)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivien-apple authored Jan 20, 2022
1 parent 6d6d733 commit 5d2778f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/WriteClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
namespace chip {
namespace app {

class WriteClientHandle;
class InteractionModelEngine;

/**
Expand Down Expand Up @@ -168,7 +167,6 @@ class WriteClient : public Messaging::ExchangeDelegate
private:
friend class TestWriteInteraction;
friend class InteractionModelEngine;
friend class WriteClientHandle;

enum class State
{
Expand Down

0 comments on commit 5d2778f

Please sign in to comment.