remove comment

This commit is contained in:
Erik 2016-01-15 17:35:20 -05:00
parent 443f5c5b22
commit b202b21d43

View File

@ -26,7 +26,7 @@ import Foundation
public protocol SocketEnginePollable: SocketEngineSpec {
var invalidated: Bool { get }
var postWait: [String] { get set } // Would like to change to get only
var postWait: [String] { get set }
var session: NSURLSession? { get }
var waitingForPoll: Bool { get set }
var waitingForPost: Bool { get set }