瀏覽代碼

Remove unused Channel from EchoViewController

Tim Burks 9 年之前
父節點
當前提交
9c0c6fd792
共有 1 個文件被更改,包括 0 次插入2 次删除
  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