Skip to content

Commit 8d00a49

Browse files
committed
bundler: remove deprecated Stop method
All uses under cloud.google.com/go are gone, and there should be no other uses. Change-Id: I40e99ecd723b934268473fa06e3f6033b2169dbd Reviewed-on: https://code-review.googlesource.com/11519 Reviewed-by: Bryan Mills <[email protected]>
1 parent cbeb0ff commit 8d00a49

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

support/bundler/bundler.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,3 @@ func (b *Bundler) startFlushLocked() {
256256
b.handler(bun.items.Interface())
257257
}()
258258
}
259-
260-
// Stop is deprecated. Use Flush instead.
261-
func (b *Bundler) Stop() {
262-
b.Flush()
263-
}

0 commit comments

Comments
 (0)