Skip to content

Commit 1836bb9

Browse files
authored
Remove the outdated unused dependency (#3692)
1 parent f25b26d commit 1836bb9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Examples/CaseStudies/SwiftUICaseStudies/05-HigherOrderReducers-ResuableOfflineDownloads/ReusableComponents-Download.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ struct CityMap {
4343
case downloadComponent(DownloadComponent.Action)
4444
}
4545

46-
struct CityMapEnvironment {
47-
var downloadClient: DownloadClient
48-
}
49-
5046
var body: some Reducer<State, Action> {
5147
Scope(state: \.downloadComponent, action: \.downloadComponent) {
5248
DownloadComponent()

0 commit comments

Comments
 (0)