mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-12 08:06:35 -07:00
remove unused variables
This commit is contained in:
parent
b085329bca
commit
2c1a8524f0
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ class JoinNetworkViewController: NSViewController, NSComboBoxDelegate, NSComboBo
|
||||||
|
|
||||||
@IBAction func onJoinClicked(sender: AnyObject?) {
|
@IBAction func onJoinClicked(sender: AnyObject?) {
|
||||||
let networkString = network.stringValue
|
let networkString = network.stringValue
|
||||||
let networkId = UInt64(networkString, radix: 16)
|
|
||||||
|
|
||||||
ServiceCom.joinNetwork(networkString)
|
ServiceCom.joinNetwork(networkString)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue