Browse Source

Remove unused Channel from EchoViewController

Tim Burks 9 years ago
parent
commit
9c0c6fd792
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Examples/Echo/Swift/Echo/EchoViewController.swift

+ 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