We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4f89d commit 008c9eeCopy full SHA for 008c9ee
src/darwin/Framework/CHIP/MTRDevice+XPC.mm
@@ -19,9 +19,6 @@
19
20
NS_ASSUME_NONNULL_BEGIN
21
22
-// this is objective-C++ so it doesn't work in this objective-C file. maybe
23
-// the file should be objective-C++ anyways?
24
-// kmo 28 jul 2024 18h52
25
static NSSet * GetMTRDeviceXPCAllowedClasses()
26
{
27
static NSSet * const sMTRDeviceXPCAllowedClasses = [NSSet setWithArray:@[
0 commit comments