Skip to content

Commit

Permalink
Merge pull request AFNetworking#90 from ejensen/unused-property
Browse files Browse the repository at this point in the history
Remove unused basicAuth property
  • Loading branch information
mattt committed Mar 5, 2015
2 parents 996a94f + 91336ea commit 30037a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion AFOAuth2Manager/AFOAuth2Manager.m
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ @interface AFOAuth2Manager ()
@property (readwrite, nonatomic, copy) NSString *serviceProviderIdentifier;
@property (readwrite, nonatomic, copy) NSString *clientID;
@property (readwrite, nonatomic, copy) NSString *secret;
@property (readonly, nonatomic) BOOL basicAuth;
@end

@implementation AFOAuth2Manager
Expand Down

0 comments on commit 30037a6

Please sign in to comment.