Skip to content

Commit

Permalink
Also remove stop channel from struct
Browse files Browse the repository at this point in the history
Signed-off-by: Max Smythe <smythe@google.com>
  • Loading branch information
maxsmythe committed Apr 26, 2023
1 parent 6fa49e6 commit 5ad39db
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/source/source.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ type Channel struct {
// Source is the source channel to fetch GenericEvents
Source <-chan event.GenericEvent

// stop is to end ongoing goroutine, and close the channels
stop <-chan struct{}

// dest is the destination channels of the added event handlers
dest []chan event.GenericEvent

Expand Down

0 comments on commit 5ad39db

Please sign in to comment.