From e75dea4fd11dac87443d7ca038584b0a186b3959 Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Wed, 26 Dec 2012 09:57:15 -0500 Subject: [PATCH] Minor code formatting --- AFNetworking/AFURLConnectionOperation.m | 1 - 1 file changed, 1 deletion(-) diff --git a/AFNetworking/AFURLConnectionOperation.m b/AFNetworking/AFURLConnectionOperation.m index 6c685fe..27fd7de 100644 --- a/AFNetworking/AFURLConnectionOperation.m +++ b/AFNetworking/AFURLConnectionOperation.m @@ -471,7 +471,6 @@ static inline BOOL AFStateTransitionIsValid(AFOperationState fromState, AFOperat } - (void)cancelConnection { - NSDictionary *userInfo = nil; if ([self.request URL]) { userInfo = [NSDictionary dictionaryWithObject:[self.request URL] forKey:NSURLErrorFailingURLErrorKey];