aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/Shared/Model/Endpoint.swift
diff options
context:
space:
mode:
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 {