From 8eb282bd24cc8cbe1eaad1dad1a3f188d9be9412 Mon Sep 17 00:00:00 2001 From: shripad621git Date: Wed, 18 Jan 2023 15:09:27 +0530 Subject: [PATCH] Removed warning from esp_matter_event.cpp. Removed TAG as it is unused. --- components/esp_matter/esp_matter_event.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/components/esp_matter/esp_matter_event.cpp b/components/esp_matter/esp_matter_event.cpp index fb467468d..dcbc3144f 100644 --- a/components/esp_matter/esp_matter_event.cpp +++ b/components/esp_matter/esp_matter_event.cpp @@ -18,7 +18,6 @@ #include #include -static const char *TAG = "esp_matter_event"; using chip::DeviceLayer::DeviceControlServer; using chip::EndpointId;