There was an error while loading. Please reload this page.
1 parent f349309 commit cf8947cCopy full SHA for cf8947c
1 file changed
Sources/Segment/State.swift
@@ -149,7 +149,6 @@ struct System: State {
149
150
func reduce(state: System) -> System {
151
var waitingPlugins = state.waitingPlugins
152
- let countBefore = waitingPlugins.count
153
waitingPlugins.removeAll { p in
154
return plugin === p
155
}
0 commit comments