Skip to content

Commit 8075821

Browse files
committed
cleanup
1 parent 93278af commit 8075821

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Sources/Segment/Utilities/Networking/HTTPClient.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ public class HTTPClient {
2727
private var cdnHost: String
2828

2929
private weak var analytics: Analytics?
30-
31-
// say segment is reachable until we know otherwise.
32-
@Atomic internal var segmentReachable: Bool = true
3330

3431
init(analytics: Analytics) {
3532
self.analytics = analytics

0 commit comments

Comments
 (0)