From 0ad23bd982db2b16897e35ceb3bde9d889bd0e6a Mon Sep 17 00:00:00 2001 From: Brandon Sneed Date: Mon, 23 Jun 2025 14:29:05 -0700 Subject: [PATCH] Remove unused flush method. --- Sources/Segment/Plugins/SegmentDestination.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Sources/Segment/Plugins/SegmentDestination.swift b/Sources/Segment/Plugins/SegmentDestination.swift index 1ccef41a..360d7707 100644 --- a/Sources/Segment/Plugins/SegmentDestination.swift +++ b/Sources/Segment/Plugins/SegmentDestination.swift @@ -121,10 +121,6 @@ public class SegmentDestination: DestinationPlugin, Subscriber, FlushCompletion } } - public func flush() { - // unused .. see flush(group:completion:) - } - public func flush(group: DispatchGroup) { group.enter() defer { group.leave() }