This commit is contained in:
crusader 2017-08-24 19:43:32 +09:00
parent 37ce0a3668
commit 5be418700f

View File

@ -45,10 +45,6 @@ func NewServer(o *Options) Server {
return s
}
func (s *server) onNotify(cb OnNotifyFunc) {
}
func (s *server) onPush(cb OnPushFunc) {
}