From ae340b19e9bc71aeb064af1dc0a88b5ed6277505 Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Tue, 3 Jul 2012 07:20:15 -0700 Subject: [PATCH] Removing whitespace leftover in dealloc from migration --- AFNetworking/AFHTTPClient.m | 2 -- AFNetworking/AFHTTPRequestOperation.m | 2 -- AFNetworking/AFURLConnectionOperation.m | 7 ------- 3 files changed, 11 deletions(-) diff --git a/AFNetworking/AFHTTPClient.m b/AFNetworking/AFHTTPClient.m index 3bf0c11..1dd08ad 100644 --- a/AFNetworking/AFHTTPClient.m +++ b/AFNetworking/AFHTTPClient.m @@ -283,8 +283,6 @@ static NSString * AFPropertyListStringFromParameters(NSDictionary *parameters) { #ifdef _SYSTEMCONFIGURATION_H [self stopMonitoringNetworkReachability]; #endif - - } - (NSString *)description { diff --git a/AFNetworking/AFHTTPRequestOperation.m b/AFNetworking/AFHTTPRequestOperation.m index 267d04d..2927da7 100644 --- a/AFNetworking/AFHTTPRequestOperation.m +++ b/AFNetworking/AFHTTPRequestOperation.m @@ -128,7 +128,6 @@ NSString * AFCreateIncompleteDownloadDirectoryPath(void) { @dynamic response; - (void)dealloc { - if (_successCallbackQueue) { dispatch_release(_successCallbackQueue); _successCallbackQueue = NULL; @@ -138,7 +137,6 @@ NSString * AFCreateIncompleteDownloadDirectoryPath(void) { dispatch_release(_failureCallbackQueue); _failureCallbackQueue = NULL; } - } - (NSError *)error { diff --git a/AFNetworking/AFURLConnectionOperation.m b/AFNetworking/AFURLConnectionOperation.m index 936a2d2..8ff123a 100644 --- a/AFNetworking/AFURLConnectionOperation.m +++ b/AFNetworking/AFURLConnectionOperation.m @@ -186,10 +186,6 @@ static inline BOOL AFStateTransitionIsValid(AFOperationState fromState, AFOperat } - (void)dealloc { - - - - if (_outputStream) { [_outputStream close]; _outputStream = nil; @@ -201,9 +197,6 @@ static inline BOOL AFStateTransitionIsValid(AFOperationState fromState, AFOperat _backgroundTaskIdentifier = UIBackgroundTaskInvalid; } #endif - - - } - (NSString *)description {