Skip to content

Commit dd85893

Browse files
ingridwangfacebook-github-bot
authored andcommitted
Remove unused ivars from React Native (RCTAnimation, RCTBlob, RCTNetworking)
Summary: Changelog: [iOS][Fixed] - Removing unused ivars Reviewed By: Murf-o Differential Revision: D102315121
1 parent 6411611 commit dd85893

3 files changed

Lines changed: 0 additions & 4 deletions

File tree

packages/react-native/Libraries/Blob/RCTBlobManager.mm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ @implementation RCTBlobManager {
4242
std::mutex _blobsMutex;
4343

4444
NSOperationQueue *_queue;
45-
dispatch_queue_t _processingQueue;
4645
}
4746

4847
RCT_EXPORT_MODULE(BlobModule)

packages/react-native/Libraries/NativeAnimation/Nodes/RCTInterpolationAnimatedNode.mm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ @implementation RCTInterpolationAnimatedNode {
8080
RCTInterpolationOutputType _outputType;
8181
id _Nullable _outputvalue;
8282
NSString *_Nullable _outputPattern;
83-
84-
NSArray<NSTextCheckingResult *> *_matches;
8583
}
8684

8785
- (instancetype)initWithTag:(NSNumber *)tag config:(NSDictionary<NSString *, id> *)config

packages/react-native/Libraries/Network/RCTNetworking.mm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ @implementation RCTNetworking {
162162
NSMutableArray<id<RCTNetworkingRequestHandler>> *_requestHandlers;
163163
NSMutableArray<id<RCTNetworkingResponseHandler>> *_responseHandlers;
164164
NSMutableArray<id<RCTNetworkingTextResponseHandler>> *_textResponseHandlers;
165-
dispatch_queue_t _requestQueue;
166165
}
167166

168167
@synthesize methodQueue = _methodQueue;

0 commit comments

Comments
 (0)