Skip to content

Commit feb3cf2

Browse files
christophpurrermeta-codesync[bot]
authored andcommitted
Remove 6 empty Objective-C stub headers (#56949)
Summary: Pull Request resolved: #56949 No behavior change — these headers contributed no symbols and the test exercised a deleted class. Changelog: [iOS][Removed] - Removed six empty Objective-C stub headers (`RCTJSIExecutorRuntimeInstaller.h`, `RCTRootContentView.h`, `RCTRootViewInternal.h`, `RCTNativeModule.h`, `RCTModalManager.h`, `RCTTextAttributes.h`) and the dead `RCTTextAttributesTest`. Differential Revision: D106162524
1 parent 009e56e commit feb3cf2

17 files changed

Lines changed: 0 additions & 122 deletions

File tree

packages/react-native/Libraries/AppDelegate/RCTAppSetupUtils.mm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
#import "RCTAppSetupUtils.h"
99

10-
#import <React/RCTJSIExecutorRuntimeInstaller.h>
1110
#import <react/renderer/runtimescheduler/RuntimeScheduler.h>
1211
#import <react/renderer/runtimescheduler/RuntimeSchedulerBinding.h>
1312

packages/react-native/Libraries/Text/RCTTextAttributes.h

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/react-native/Libraries/Text/TextInput/Multiline/RCTUITextView.mm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#import <React/UIView+React.h>
1212

1313
#import <React/RCTBackedTextInputDelegateAdapter.h>
14-
#import <React/RCTTextAttributes.h>
1514

1615
@implementation RCTUITextView {
1716
UILabel *_placeholderView;

packages/react-native/Libraries/Text/TextInput/RCTBackedTextInputViewProtocol.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#import <UIKit/UIKit.h>
99

1010
@protocol RCTBackedTextInputDelegate;
11-
@class RCTTextAttributes;
1211

1312
NS_ASSUME_NONNULL_BEGIN
1413

packages/react-native/Libraries/Text/TextInput/Singleline/RCTUITextField.mm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#import <React/RCTUITextField.h>
99

1010
#import <React/RCTBackedTextInputDelegateAdapter.h>
11-
#import <React/RCTTextAttributes.h>
1211
#import <React/RCTUtils.h>
1312
#import <React/UIView+React.h>
1413

packages/react-native/React/Base/RCTRootContentView.h

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/react-native/React/Base/RCTRootView.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
#import "RCTRootView.h"
99
#import "RCTRootViewDelegate.h"
10-
#import "RCTRootViewInternal.h"
1110

1211
#import <objc/runtime.h>
1312

@@ -19,7 +18,6 @@
1918
#import "RCTLog.h"
2019
#import "RCTPerformanceLogger.h"
2120
#import "RCTProfile.h"
22-
#import "RCTRootContentView.h"
2321
#import "RCTRootShadowView.h"
2422
#import "RCTTouchHandler.h"
2523
#import "RCTUIManager.h"

packages/react-native/React/Base/RCTRootViewInternal.h

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/react-native/React/Base/Surface/SurfaceHostingView/RCTSurfaceHostingProxyRootView.mm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#import "RCTLog.h"
1616
#import "RCTPerformanceLogger.h"
1717
#import "RCTProfile.h"
18-
#import "RCTRootContentView.h"
1918
#import "RCTRootViewDelegate.h"
2019
#import "RCTSurface.h"
2120
#import "UIView+React.h"

packages/react-native/React/CxxBridge/RCTJSIExecutorRuntimeInstaller.h

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)