File tree 1 file changed +0
-10
lines changed
src/app/clusters/network-commissioning 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -148,11 +148,6 @@ class WifiScanResponseToTLV : public chip::app::DataModel::EncodableToTLV
148
148
mStatus (status), mDebugText (debugText), mNetworks (networks)
149
149
{}
150
150
151
- CHIP_ERROR EncodeTo (TLV::TLVWriter & writer, TLV::Tag tag, FabricIndex aAccessingFabricIndex) const override
152
- {
153
- return EncodeTo (writer, tag);
154
- }
155
-
156
151
CHIP_ERROR EncodeTo (TLV::TLVWriter & writer, TLV::Tag tag) const override ;
157
152
158
153
private:
@@ -219,11 +214,6 @@ class ThreadScanResponseToTLV : public chip::app::DataModel::EncodableToTLV
219
214
mStatus (status), mDebugText (debugText), mNetworks (networks)
220
215
{}
221
216
222
- CHIP_ERROR EncodeTo (TLV::TLVWriter & writer, TLV::Tag tag, FabricIndex aAccessingFabricIndex) const override
223
- {
224
- return EncodeTo (writer, tag);
225
- }
226
-
227
217
CHIP_ERROR EncodeTo (TLV::TLVWriter & writer, TLV::Tag tag) const override ;
228
218
229
219
private:
You can’t perform that action at this time.
0 commit comments