Skip to content

Commit a58bdd7

Browse files
committed
fix: removed unused code
1 parent 58fef80 commit a58bdd7

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Example/SRNetworkManagerExampleApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sources/Reachability/NetworkMonitor.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ public final class NetworkMonitor: @unchecked Sendable {
3434

3535
// MARK: Public
3636

37-
// MARK: - Public Properties
38-
39-
public static let shared = NetworkMonitor()
40-
4137
/// A Combine publisher that emits changes to the network status.
4238
public var status: AnyPublisher<Connectivity, Never> {
4339
$_status.eraseToAnyPublisher()

0 commit comments

Comments
 (0)