mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-11 07:11:02 +00:00
remove unused methods on StaticNodeSet
these used to implement the NodeSet interface, but they've since been removed from NodeSet
This commit is contained in:
parent
340cbc0cd0
commit
10a6cead17
1 changed files with 0 additions and 12 deletions
12
cluster.go
12
cluster.go
|
|
@ -264,18 +264,6 @@ func (s *StaticNodeSet) Open() error {
|
|||
return nil
|
||||
}
|
||||
|
||||
func (s *StaticNodeSet) SetMessageHandler(f func(proto.Message) error) {
|
||||
return
|
||||
}
|
||||
|
||||
func (s *StaticNodeSet) SetRemoteStateHandler(f func(proto.Message) error) {
|
||||
return
|
||||
}
|
||||
|
||||
func (s *StaticNodeSet) SetLocalStateSource(f func() (proto.Message, error)) {
|
||||
return
|
||||
}
|
||||
|
||||
func (s *StaticNodeSet) SendMessage(pb proto.Message, method string) error {
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue