Commit 063cf14 1 parent 28f10b7 commit 063cf14 Copy full SHA for 063cf14
File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -306,9 +306,6 @@ CHIP_ERROR WriteHandler::ProcessAttributeDataIBs(TLV::TLVReader & aAttributeData
306
306
err = element.GetPath (&attributePath);
307
307
SuccessOrExit (err);
308
308
309
- // We are using the feature that the parser won't touch the value if the field does not exist, since all fields in the
310
- // cluster info will be invalid / wildcard, it is safe ignore CHIP_END_OF_TLV directly.
311
-
312
309
err = attributePath.GetEndpoint (&(dataAttributePath.mEndpointId ));
313
310
SuccessOrExit (err);
314
311
@@ -424,9 +421,6 @@ CHIP_ERROR WriteHandler::ProcessGroupAttributeDataIBs(TLV::TLVReader & aAttribut
424
421
err = element.GetPath (&attributePath);
425
422
SuccessOrExit (err);
426
423
427
- // We are using the feature that the parser won't touch the value if the field does not exist, since all fields in the
428
- // cluster info will be invalid / wildcard, it is safe to ignore CHIP_END_OF_TLV.
429
-
430
424
err = attributePath.GetCluster (&(dataAttributePath.mClusterId ));
431
425
SuccessOrExit (err);
432
426
You can’t perform that action at this time.
0 commit comments