Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/react-native/Libraries/Blob/RCTBlobManager.mm
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ @implementation RCTBlobManager {
std::mutex _blobsMutex;

NSOperationQueue *_queue;
dispatch_queue_t _processingQueue;
}

RCT_EXPORT_MODULE(BlobModule)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ @implementation RCTInterpolationAnimatedNode {
RCTInterpolationOutputType _outputType;
id _Nullable _outputvalue;
NSString *_Nullable _outputPattern;

NSArray<NSTextCheckingResult *> *_matches;
}

- (instancetype)initWithTag:(NSNumber *)tag config:(NSDictionary<NSString *, id> *)config
Expand Down
1 change: 0 additions & 1 deletion packages/react-native/Libraries/Network/RCTNetworking.mm
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ @implementation RCTNetworking {
NSMutableArray<id<RCTNetworkingRequestHandler>> *_requestHandlers;
NSMutableArray<id<RCTNetworkingResponseHandler>> *_responseHandlers;
NSMutableArray<id<RCTNetworkingTextResponseHandler>> *_textResponseHandlers;
dispatch_queue_t _requestQueue;
}

@synthesize methodQueue = _methodQueue;
Expand Down
Loading