Skip to content

Commit f0301db

Browse files
author
Artur Chrusciel
committed
Unused completion handlers leftovers removed
1 parent 11f674c commit f0301db

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

ios/RNFetchBlobNetwork.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
#define RNFetchBlobNetwork_h
2121

2222

23-
typedef void(^CompletionHander)(NSURL * _Nullable location, NSURLResponse * _Nullable response, NSError * _Nullable error);
24-
typedef void(^DataTaskCompletionHander) (NSData * _Nullable resp, NSURLResponse * _Nullable response, NSError * _Nullable error);
25-
2623
@interface RNFetchBlobNetwork : NSObject <NSURLSessionDelegate, NSURLSessionTaskDelegate, NSURLSessionDataDelegate>
2724

2825
@property (nullable, nonatomic) NSString * taskId;

ios/RNFetchBlobNetwork.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ + (void) enableUploadProgress:(NSString *) taskId config:(RNFetchBlobProgress *)
137137
// removing case from headers
138138
+ (NSMutableDictionary *) normalizeHeaders:(NSDictionary *)headers
139139
{
140-
141140
NSMutableDictionary * mheaders = [[NSMutableDictionary alloc]init];
142141
for(NSString * key in headers) {
143142
[mheaders setValue:[headers valueForKey:key] forKey:[key lowercaseString]];

0 commit comments

Comments
 (0)