File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ AttributeStatusIBs::Builder & AttributeStatusIBs::Builder::EndOfAttributeStatuse
48
48
CHIP_ERROR AttributeStatusIBs::Parser::CheckSchemaValidity () const
49
49
{
50
50
CHIP_ERROR err = CHIP_NO_ERROR;
51
- size_t NumAttributeStatus = 0 ;
51
+ // size_t NumAttributeStatus = 0;
52
52
TLV::TLVReader reader;
53
53
54
54
PRETTY_PRINT (" AttributeStatusIBs =" );
@@ -69,7 +69,7 @@ CHIP_ERROR AttributeStatusIBs::Parser::CheckSchemaValidity() const
69
69
PRETTY_PRINT_DECDEPTH ();
70
70
}
71
71
72
- ++NumAttributeStatus;
72
+ // ++NumAttributeStatus;
73
73
}
74
74
75
75
PRETTY_PRINT (" ]," );
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ namespace app {
32
32
CHIP_ERROR EventPathIBs::Parser::CheckSchemaValidity () const
33
33
{
34
34
CHIP_ERROR err = CHIP_NO_ERROR;
35
- size_t NumPath = 0 ;
35
+ // size_t NumPath = 0;
36
36
TLV::TLVReader reader;
37
37
38
38
PRETTY_PRINT (" EventPathIBs =" );
@@ -55,7 +55,7 @@ CHIP_ERROR EventPathIBs::Parser::CheckSchemaValidity() const
55
55
PRETTY_PRINT_DECDEPTH ();
56
56
}
57
57
58
- ++NumPath;
58
+ // ++NumPath;
59
59
}
60
60
61
61
PRETTY_PRINT (" ]," );
You can’t perform that action at this time.
0 commit comments