-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove "run on work queue" bits from non-concrete controllers. (#36320)
* Remove "run on work queue" bits from non-concrete controllers. There is no "work queue" in the sense of the Matter queue involved unless we have a concrete controller. * syncRunOnWorkQueueWithReturnValue was unused on MTRDeviceController, so can just be removed. * syncRunOnWorkQueueWithBoolReturnValue was unused on MTRDeviceController, so can just be removed. * After that syncRunOnWorkQueue becomes unused and can be removed. * At this point chipWorkQueue is not used on the base class and can be moved into the subclasses as needed. * Apply suggestion from code review.
- Loading branch information
1 parent
aff2e17
commit edd9202
Showing
3 changed files
with
4 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters