Skip to content

Commit 73b6fac

Browse files
bzbarsky-applepull[bot]
authored andcommitted
Remove attribute filter vestiges. (#18227)
Attribute filters are not actually used anymore.
1 parent 98af00c commit 73b6fac

File tree

21 files changed

+0
-951
lines changed

21 files changed

+0
-951
lines changed

src/app/OperationalDeviceProxy.h

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
#include <app/CASEClient.h>
3030
#include <app/CASEClientPool.h>
3131
#include <app/DeviceProxy.h>
32-
#include <app/util/attribute-filter.h>
3332
#include <app/util/basic-types.h>
3433
#include <credentials/GroupDataProvider.h>
3534
#include <lib/address_resolve/AddressResolve.h>

src/app/util/attribute-filter.h

-53
This file was deleted.

src/app/zap-templates/templates/app/CHIPClientCallbacks.zapt

-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#include <app-common/zap-generated/cluster-objects.h>
99
#include <app/data-model/DecodableList.h>
1010
#include <app/util/af-enums.h>
11-
#include <app/util/attribute-filter.h>
1211
#include <app/util/im-client-callbacks.h>
1312
#include <inttypes.h>
1413
#include <lib/support/FunctionTraits.h>
@@ -18,7 +17,6 @@
1817
{{#chip_client_clusters}}
1918
{{#chip_server_cluster_attributes}}
2019
{{#if isArray}}
21-
void {{asUpperCamelCase parent.name}}Cluster{{asUpperCamelCase name}}ListAttributeFilter(chip::TLV::TLVReader * data, chip::Callback::Cancelable * onSuccessCallback, chip::Callback::Cancelable * onFailureCallback);
2220
typedef void (*{{asUpperCamelCase parent.name}}{{asUpperCamelCase name}}ListAttributeCallback)(void * context, {{zapTypeToDecodableClusterObjectType type ns=parent.name isArgument=true}} data);
2321
{{/if}}
2422
{{/chip_server_cluster_attributes}}

src/controller/CommissioneeDeviceProxy.h

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828

2929
#include <app/CommandSender.h>
3030
#include <app/DeviceProxy.h>
31-
#include <app/util/attribute-filter.h>
3231
#include <app/util/basic-types.h>
3332
#include <controller/CHIPDeviceControllerSystemState.h>
3433
#include <controller/OperationalCredentialsDelegate.h>

zzz_generated/all-clusters-app/zap-generated/CHIPClientCallbacks.h

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zzz_generated/bridge-app/zap-generated/CHIPClientCallbacks.h

-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)