Procházet zdrojové kódy

Merge pull request #77 from Flipboard/resolve-unused-typedef-warning

Remove unused typedef
Ryan Olson před 11 roky
rodič
revize
85a424a824

+ 0 - 2
Classes/Network/PonyDebugger/FLEXNetworkObserver.m

@@ -867,8 +867,6 @@ didBecomeDownloadTask:(NSURLSessionDownloadTask *)downloadTask delegate:(id <NSU
     Method method = class_getInstanceMethod(cls, selector);
     Method method = class_getInstanceMethod(cls, selector);
     struct objc_method_description methodDescription = *method_getDescription(method);
     struct objc_method_description methodDescription = *method_getDescription(method);
 
 
-    typedef void (^NSURLSessionTaskDidCompleteWithErrorBlock)(id slf, SEL sel);
-
     BOOL (^undefinedBlock)(id <NSURLSessionTaskDelegate>, SEL) = ^(id slf, SEL sel) {
     BOOL (^undefinedBlock)(id <NSURLSessionTaskDelegate>, SEL) = ^(id slf, SEL sel) {
         return YES;
         return YES;
     };
     };