From 4af4e4eedb8098676edf7b12a7514dbaa6a7d306 Mon Sep 17 00:00:00 2001 From: Christoph Purrer Date: Mon, 8 Apr 2024 16:09:56 -0700 Subject: [PATCH] iOS Remove unused RCTUIManager from RCTRootView (#43978) Summary: Changelog: [Internal] Seems to be un-used: https://www.internalfb.com/code/search?q=filepath%3Areact-native-github%20repo%3Afbsource%20allocateRootTag Differential Revision: D55874782 --- packages/react-native/React/Base/RCTRootView.m | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/react-native/React/Base/RCTRootView.m b/packages/react-native/React/Base/RCTRootView.m index 5acd5f03c4c951..8938f4197e4d2a 100644 --- a/packages/react-native/React/Base/RCTRootView.m +++ b/packages/react-native/React/Base/RCTRootView.m @@ -30,12 +30,6 @@ NSString *const RCTContentDidAppearNotification = @"RCTContentDidAppearNotification"; -@interface RCTUIManager (RCTRootView) - -- (NSNumber *)allocateRootTag; - -@end - @implementation RCTRootView { RCTBridge *_bridge; NSString *_moduleName;