Skip to content

Commit e83f63e

Browse files
authored
Remove unused flush method. (#391)
1 parent 499a67c commit e83f63e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Sources/Segment/Plugins/SegmentDestination.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ public class SegmentDestination: DestinationPlugin, Subscriber, FlushCompletion
121121
}
122122
}
123123

124-
public func flush() {
125-
// unused .. see flush(group:completion:)
126-
}
127-
128124
public func flush(group: DispatchGroup) {
129125
group.enter()
130126
defer { group.leave() }

0 commit comments

Comments
 (0)