Skip to content

Commit

Permalink
Remove unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif committed Oct 2, 2024
1 parent c15288a commit 6860bd5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ extension Application {
enum StateType {
case state
case stored
case sync
case file
}

Expand Down Expand Up @@ -102,7 +101,6 @@ extension Application {
switch type {
case .state: return "State<\(Value.self)>(\(value)) (\(scope.key))"
case .stored: return "StoredState<\(Value.self)>(\(value)) (\(scope.key))"
case .sync: return "SyncState<\(Value.self)>(\(value)) (\(scope.key))"
case .file: return "FileState<\(Value.self)>(\(value)) (\(scope.key))"
}
}
Expand Down

0 comments on commit 6860bd5

Please sign in to comment.