Skip to content

Commit 190e2ae

Browse files
committed
[fix] 불필요 코드 삭제
1 parent 029bb12 commit 190e2ae

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Projects/Feature/FeatureLogin/Sources/Splash/SplashFeature.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -222,14 +222,9 @@ private extension SplashFeature {
222222
case .alert:
223223
return .none
224224
}
225-
return .none
226225
}
227226
/// - Delegate Effect
228227
func handleDelegateAction(_ action: Action.DelegateAction, state: inout State) -> Effect<Action> {
229228
return .none
230229
}
231-
232-
func versionCheck() -> Effect<Action> {
233-
return .none
234-
}
235230
}

0 commit comments

Comments
 (0)