Skip to content

Commit

Permalink
Remove unused event. (#25287)
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton36 authored and pull[bot] committed Nov 1, 2023
1 parent 049863f commit 5391499
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion examples/placeholder/linux/apps/app1/config.matter
Original file line number Diff line number Diff line change
Expand Up @@ -3184,7 +3184,6 @@ endpoint 0 {

server cluster AccessControl {
emits event AccessControlEntryChanged;
emits event AccessControlExtensionChanged;
callback attribute acl;
callback attribute subjectsPerAccessControlEntry;
callback attribute targetsPerAccessControlEntry;
Expand Down
2 changes: 1 addition & 1 deletion examples/placeholder/linux/apps/app1/config.zap
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@
"code": 1,
"mfgCode": null,
"side": "server",
"included": 1
"included": 0
}
]
},
Expand Down
1 change: 0 additions & 1 deletion examples/placeholder/linux/apps/app2/config.matter
Original file line number Diff line number Diff line change
Expand Up @@ -3153,7 +3153,6 @@ endpoint 0 {

server cluster AccessControl {
emits event AccessControlEntryChanged;
emits event AccessControlExtensionChanged;
callback attribute acl;
callback attribute subjectsPerAccessControlEntry;
callback attribute targetsPerAccessControlEntry;
Expand Down
2 changes: 1 addition & 1 deletion examples/placeholder/linux/apps/app2/config.zap
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@
"code": 1,
"mfgCode": null,
"side": "server",
"included": 1
"included": 0
}
]
},
Expand Down

0 comments on commit 5391499

Please sign in to comment.