Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bsneed committed Jul 31, 2024
1 parent 93278af commit 8075821
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Sources/Segment/Utilities/Networking/HTTPClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ public class HTTPClient {
private var cdnHost: String

private weak var analytics: Analytics?

// say segment is reachable until we know otherwise.
@Atomic internal var segmentReachable: Bool = true

init(analytics: Analytics) {
self.analytics = analytics
Expand Down

0 comments on commit 8075821

Please sign in to comment.