Skip to content

Commit 091c025

Browse files
And more compile bits.
1 parent 7ba8af9 commit 091c025

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/app/clusters/network-commissioning/network-commissioning.cpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,6 @@ class WifiScanResponseToTLV : public chip::app::DataModel::EncodableToTLV
148148
mStatus(status), mDebugText(debugText), mNetworks(networks)
149149
{}
150150

151-
CHIP_ERROR EncodeTo(TLV::TLVWriter & writer, TLV::Tag tag, FabricIndex aAccessingFabricIndex) const override
152-
{
153-
return EncodeTo(writer, tag);
154-
}
155-
156151
CHIP_ERROR EncodeTo(TLV::TLVWriter & writer, TLV::Tag tag) const override;
157152

158153
private:
@@ -219,11 +214,6 @@ class ThreadScanResponseToTLV : public chip::app::DataModel::EncodableToTLV
219214
mStatus(status), mDebugText(debugText), mNetworks(networks)
220215
{}
221216

222-
CHIP_ERROR EncodeTo(TLV::TLVWriter & writer, TLV::Tag tag, FabricIndex aAccessingFabricIndex) const override
223-
{
224-
return EncodeTo(writer, tag);
225-
}
226-
227217
CHIP_ERROR EncodeTo(TLV::TLVWriter & writer, TLV::Tag tag) const override;
228218

229219
private:

0 commit comments

Comments
 (0)