Remove non-helpful comments
Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
@@ -10,7 +10,6 @@ struct DNSServer {
|
||||
}
|
||||
|
||||
// MARK: Converting to and from String
|
||||
// For use in the UI
|
||||
|
||||
extension DNSServer {
|
||||
init?(from addressString: String) {
|
||||
@@ -28,7 +27,6 @@ extension DNSServer {
|
||||
}
|
||||
|
||||
// MARK: Codable
|
||||
// For serializing to disk
|
||||
|
||||
@available(OSX 10.14, iOS 12.0, *)
|
||||
extension DNSServer: Codable {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -11,7 +11,6 @@ struct IPAddressRange {
|
||||
}
|
||||
|
||||
// MARK: Converting to and from String
|
||||
// For use in the UI
|
||||
|
||||
extension IPAddressRange {
|
||||
init?(from string: String) {
|
||||
@@ -45,7 +44,6 @@ extension IPAddressRange {
|
||||
}
|
||||
|
||||
// MARK: Codable
|
||||
// For serializing to disk
|
||||
|
||||
@available(OSX 10.14, iOS 12.0, *)
|
||||
extension IPAddressRange: Codable {
|
||||
|
||||
Reference in New Issue
Block a user