This commit is contained in:
jackdaw@loafle.com 2017-04-14 15:29:54 +09:00
parent 54d56b1df4
commit 0ad3637ab4

View File

@ -89,7 +89,3 @@ func Remove(id string, rch chan interface{}) error {
func Notify(id string, arg interface{}) error { func Notify(id string, arg interface{}) error {
return _observer.Notify(id, arg) return _observer.Notify(id, arg)
} }
func GetCount() (int) {
return len(_observer.events)
}