Skip to content

Commit 207f573

Browse files
authored
Merge pull request #1601 from firebase/nc/fix-warnings
[Infra] Fix warnings in crashlytics/Shared/ReachabililtyHelper.swift
2 parents 5af060d + 7f8dd1b commit 207f573

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)