socket.IO-objc
socket.IO-objc copied to clipboard
Remove an unnecessary ivar declaration
This yielded a build error the current deployment target does not support automated __weak references on iOS 8 and possibly on other platforms. Fixes #187.