diff --git a/cluster.go b/cluster.go index e9c6bb2c1..13f620b88 100644 --- a/cluster.go +++ b/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 }