Ben Copsey

Remove unnecessary call to CFRunLoopAddCommonMode()

@@ -270,8 +270,6 @@ static NSError *ASIUnableToCreateRequestError; @@ -270,8 +270,6 @@ static NSError *ASIUnableToCreateRequestError;
270 return; 270 return;
271 } 271 }
272 272
273 - CFRunLoopAddCommonMode(CFRunLoopGetCurrent(),ASIHTTPRequestRunMode);  
274 -  
275 [authenticationLock release]; 273 [authenticationLock release];
276 authenticationLock = [[NSConditionLock alloc] initWithCondition:1]; 274 authenticationLock = [[NSConditionLock alloc] initWithCondition:1];
277 275