Skip to content

Commit

Permalink
Merge branch 'remove_unused_var' into 'main'
Browse files Browse the repository at this point in the history
components/esp_matter: Remove unused variable from _client.cpp

See merge request app-frameworks/esp-matter!883
  • Loading branch information
dhrishi committed Sep 20, 2024
2 parents 3578a0e + f007e2e commit 8642047
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 8642047

Please sign in to comment.