aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/Shared/Model/Endpoint.swift
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-12-19 16:23:29 +0530
committerRoopesh Chander <roop@roopc.net>2018-12-19 18:35:53 +0530
commit35450bf407c0ec05d510f6148ecef0192d3b8003 (patch)
tree86575776fc7ca11b46a2cb749be105d7bb098306 /WireGuard/Shared/Model/Endpoint.swift
parentTunnel edit: Fix comment (diff)
downloadwireguard-apple-35450bf407c0ec05d510f6148ecef0192d3b8003.tar.xz
wireguard-apple-35450bf407c0ec05d510f6148ecef0192d3b8003.zip
Remove non-helpful comments
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard/Shared/Model/Endpoint.swift')
-rw-r--r--WireGuard/Shared/Model/Endpoint.swift2
1 files changed, 0 insertions, 2 deletions
diff --git a/WireGuard/Shared/Model/Endpoint.swift b/WireGuard/Shared/Model/Endpoint.swift
index 41ea41f..3a4beee 100644
--- a/WireGuard/Shared/Model/Endpoint.swift
+++ b/WireGuard/Shared/Model/Endpoint.swift
@@ -11,7 +11,6 @@ struct Endpoint {
}
// MARK: Converting to and from String
-// For use in the UI
extension Endpoint {
init?(from string: String) {
@@ -55,7 +54,6 @@ extension Endpoint {
}
// MARK: Codable
-// For serializing to disk
@available(OSX 10.14, iOS 12.0, *)
extension Endpoint: Codable {