Skip to content

Commit

Permalink
remove unused field
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
  • Loading branch information
inteon committed Apr 27, 2023
1 parent 57cc098 commit 84f16e8
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 @@ -80,9 +80,6 @@ type Channel struct {
// Source is the source channel to fetch GenericEvents
Source <-chan event.GenericEvent

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

// DestBufferSize is the specified buffer size of dest channels.
// Default to 1024 if not specified.
DestBufferSize int
Expand Down

0 comments on commit 84f16e8

Please sign in to comment.