Removing whitespace leftover in dealloc from migration
This commit is contained in:
parent
2b2317907e
commit
ae340b19e9
3 changed files with 0 additions and 11 deletions
|
|
@ -283,8 +283,6 @@ static NSString * AFPropertyListStringFromParameters(NSDictionary *parameters) {
|
|||
#ifdef _SYSTEMCONFIGURATION_H
|
||||
[self stopMonitoringNetworkReachability];
|
||||
#endif
|
||||
|
||||
|
||||
}
|
||||
|
||||
- (NSString *)description {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue