Skip to content

Commit cf8947c

Browse files
committed
Remove dead code.
1 parent f349309 commit cf8947c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/Segment/State.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ struct System: State {
149149

150150
func reduce(state: System) -> System {
151151
var waitingPlugins = state.waitingPlugins
152-
let countBefore = waitingPlugins.count
153152
waitingPlugins.removeAll { p in
154153
return plugin === p
155154
}

0 commit comments

Comments
 (0)