From 5d2778fc647e8f6fd37d0ea816ba569f76e0a674 Mon Sep 17 00:00:00 2001 From: Vivien Nicolas Date: Thu, 20 Jan 2022 22:40:30 +0100 Subject: [PATCH] Remove WriteClientHandle leftovers (followup of #13248) (#13774) --- src/app/WriteClient.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/WriteClient.h b/src/app/WriteClient.h index 43ab35df860148..90e3307eb875a9 100644 --- a/src/app/WriteClient.h +++ b/src/app/WriteClient.h @@ -42,7 +42,6 @@ namespace chip { namespace app { -class WriteClientHandle; class InteractionModelEngine; /** @@ -168,7 +167,6 @@ class WriteClient : public Messaging::ExchangeDelegate private: friend class TestWriteInteraction; friend class InteractionModelEngine; - friend class WriteClientHandle; enum class State {