From 539149945cc176a3b62d0ecddac0cb2847956445 Mon Sep 17 00:00:00 2001 From: Joshua Villasenor Date: Fri, 24 Feb 2023 05:49:06 -0800 Subject: [PATCH] Remove unused event. (#25287) --- examples/placeholder/linux/apps/app1/config.matter | 1 - examples/placeholder/linux/apps/app1/config.zap | 2 +- examples/placeholder/linux/apps/app2/config.matter | 1 - examples/placeholder/linux/apps/app2/config.zap | 2 +- 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/examples/placeholder/linux/apps/app1/config.matter b/examples/placeholder/linux/apps/app1/config.matter index a83048426b1a1c..7528d73b6b3b68 100644 --- a/examples/placeholder/linux/apps/app1/config.matter +++ b/examples/placeholder/linux/apps/app1/config.matter @@ -3184,7 +3184,6 @@ endpoint 0 { server cluster AccessControl { emits event AccessControlEntryChanged; - emits event AccessControlExtensionChanged; callback attribute acl; callback attribute subjectsPerAccessControlEntry; callback attribute targetsPerAccessControlEntry; diff --git a/examples/placeholder/linux/apps/app1/config.zap b/examples/placeholder/linux/apps/app1/config.zap index 8c19b14aa82204..46a63d34c76d68 100644 --- a/examples/placeholder/linux/apps/app1/config.zap +++ b/examples/placeholder/linux/apps/app1/config.zap @@ -608,7 +608,7 @@ "code": 1, "mfgCode": null, "side": "server", - "included": 1 + "included": 0 } ] }, diff --git a/examples/placeholder/linux/apps/app2/config.matter b/examples/placeholder/linux/apps/app2/config.matter index cc9b83dd836f4e..5b0701f1860b58 100644 --- a/examples/placeholder/linux/apps/app2/config.matter +++ b/examples/placeholder/linux/apps/app2/config.matter @@ -3153,7 +3153,6 @@ endpoint 0 { server cluster AccessControl { emits event AccessControlEntryChanged; - emits event AccessControlExtensionChanged; callback attribute acl; callback attribute subjectsPerAccessControlEntry; callback attribute targetsPerAccessControlEntry; diff --git a/examples/placeholder/linux/apps/app2/config.zap b/examples/placeholder/linux/apps/app2/config.zap index da1514c9fcabb4..c831ddc09e638d 100644 --- a/examples/placeholder/linux/apps/app2/config.zap +++ b/examples/placeholder/linux/apps/app2/config.zap @@ -608,7 +608,7 @@ "code": 1, "mfgCode": null, "side": "server", - "included": 1 + "included": 0 } ] },