Skip to content

Commit 7f8dd1b

Browse files
committed
[Infra] Fix warnings in crashlytics/Shared/ReachabililtyHelper.swift
1 parent 92696e2 commit 7f8dd1b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

crashlytics/Shared/ReachabililtyHelper.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ class ReachabililtyHelper: NSObject {
4040
return "cellular"
4141
case .unavailable:
4242
return "unavailable"
43-
case .none:
44-
// Duplicate of unavailable.
45-
return "unavailable"
4643
}
4744
}
4845

0 commit comments

Comments
 (0)