Skip to content

Commit

Permalink
Remove the unnecessary ivar declaration which yields a build error on…
Browse files Browse the repository at this point in the history
… iOS 8 (the current deployment target does not support automated __weak references). Fixes pkyeck#187.
  • Loading branch information
graouts committed Jun 11, 2014
1 parent c7e5d27 commit 7076dab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SocketIO.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ typedef enum {
NSString *_endpoint;
NSDictionary *_params;

__weak id<SocketIODelegate> _delegate;

NSObject <SocketIOTransport> *_transport;

BOOL _isConnected;
Expand Down

0 comments on commit 7076dab

Please sign in to comment.