From 191c4144ec649b56d561a76a365ea5d45031ecd5 Mon Sep 17 00:00:00 2001 From: Nivi Sarkar <55898241+nivi-apple@users.noreply.github.com> Date: Thu, 23 May 2024 12:01:41 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Boris Zbarsky --- src/darwin/Framework/CHIP/MTRDevice.mm | 1 - 1 file changed, 1 deletion(-) diff --git a/src/darwin/Framework/CHIP/MTRDevice.mm b/src/darwin/Framework/CHIP/MTRDevice.mm index 2d7be46f56b570..18530561ef89d4 100644 --- a/src/darwin/Framework/CHIP/MTRDevice.mm +++ b/src/darwin/Framework/CHIP/MTRDevice.mm @@ -812,7 +812,6 @@ - (BOOL)_subscriptionAbleToReport } #endif - // Unfortunately, we currently have no subscriptions over our hacked-up XPC // setup. Based on whether subscriptions are allowed or not, return YES or NO. return [self _subscriptionsAllowed]; }