.
This commit is contained in:
parent
54d56b1df4
commit
0ad3637ab4
|
@ -89,7 +89,3 @@ func Remove(id string, rch chan interface{}) error {
|
|||
func Notify(id string, arg interface{}) error {
|
||||
return _observer.Notify(id, arg)
|
||||
}
|
||||
|
||||
func GetCount() (int) {
|
||||
return len(_observer.events)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user