mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
components/esp_matter: Remove unused variable from _client.cpp
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user