Przeglądaj źródła

Remove unused Channel from EchoViewController

Tim Burks 9 lat temu
rodzic
commit
9c0c6fd792

+ 0 - 2
Examples/Echo/Swift/Echo/EchoViewController.swift

@@ -42,8 +42,6 @@ class EchoViewController : NSViewController, NSTextFieldDelegate {
   @IBOutlet weak var TLSButton: NSButton!
 
   private var service : EchoService?
-
-  private var channel: Channel?
   private var updateCall: EchoUpdateCall?
 
   private var nowStreaming = false