Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3432 from yulingtianxia/master
Browse files Browse the repository at this point in the history
remove unused `AFTaskStateChangedContext`
  • Loading branch information
kcharwood committed Apr 11, 2016
2 parents ba3bb8e + 60ad370 commit df03989
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions AFNetworking/AFURLSessionManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ static dispatch_group_t url_session_manager_completion_group() {

static NSUInteger const AFMaximumNumberOfAttemptsToRecreateBackgroundSessionUploadTask = 3;

static void * AFTaskStateChangedContext = &AFTaskStateChangedContext;

typedef void (^AFURLSessionDidBecomeInvalidBlock)(NSURLSession *session, NSError *error);
typedef NSURLSessionAuthChallengeDisposition (^AFURLSessionDidReceiveAuthenticationChallengeBlock)(NSURLSession *session, NSURLAuthenticationChallenge *challenge, NSURLCredential * __autoreleasing *credential);

Expand Down

0 comments on commit df03989

Please sign in to comment.