Skip to content

Commit

Permalink
components/esp_matter: Remove unused variable from _client.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamdp committed Sep 17, 2024
1 parent 6a2654a commit f007e2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/esp_matter/esp_matter_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,6 @@ static esp_err_t encode_attribute_value(uint8_t *encoded_buf, size_t encoded_buf
TLVWriter writer;
uint32_t encoded_len = 0;
TLVReader reader;
esp_err_t err = ESP_OK;

writer.Init(encoded_buf, encoded_buf_size);
if (encodable.EncodeTo(writer, chip::TLV::AnonymousTag()) != CHIP_NO_ERROR) {
Expand Down

0 comments on commit f007e2e

Please sign in to comment.