pkyeck / socket.IO-objc

socket.io v0.7.2 — 0.9.x for iOS and OS X
MIT License
1.97k stars 439 forks source link

Remove an unnecessary ivar declaration #188

Open graouts opened 10 years ago

graouts commented 10 years ago

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.