Remove non-helpful comments

Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
Roopesh Chander
2018-12-19 16:23:29 +05:30
parent f93c9797ea
commit 35450bf407
8 changed files with 0 additions and 13 deletions
@@ -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 {