Skip to content

Commit f61f975

Browse files
committed
remove unused field
1 parent 0946e76 commit f61f975

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

channels/set.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ const AllChannelWildcard = "*" // wildcard for 'all channels'
3232

3333
// ID represents a single channel inside a collection
3434
type ID struct {
35-
Name string // name of channel
36-
CollectionID uint32 // collection it belongs to
37-
serialization string // private method for logging and matching inside changeWaiter notification
35+
Name string // name of channel
36+
CollectionID uint32 // collection it belongs to
3837
}
3938

4039
func (c ID) String() string {

0 commit comments

Comments
 (0)