refactor channel registration

This commit is contained in:
Shivaram Lingamneni 2019-03-11 19:24:45 -04:00
parent 29db70fa7b
commit 63029e2ff5
21 changed files with 420 additions and 226 deletions

View file

@ -335,7 +335,6 @@ const (
// returns a pointer to a new ModeSet
func NewModeSet() *ModeSet {
var set ModeSet
utils.BitsetInitialize(set[:])
return &set
}