This is an automated email from the ASF dual-hosted git repository.
aaronai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git
The following commit(s) were added to refs/heads/master by this push:
new 7e678643 remove completed TODO (#479)
7e678643 is described below
commit 7e678643ad2b2a3842b72e5d50c1eb7b37104505
Author: guyinyou <[email protected]>
AuthorDate: Tue Apr 18 10:12:36 2023 +0800
remove completed TODO (#479)
Co-authored-by: guyinyou <[email protected]>
---
golang/client_manager.go | 1 -
1 file changed, 1 deletion(-)
diff --git a/golang/client_manager.go b/golang/client_manager.go
index 38be735c..99655afb 100644
--- a/golang/client_manager.go
+++ b/golang/client_manager.go
@@ -29,7 +29,6 @@ import (
"google.golang.org/grpc/status"
)
-// TODO: no global clientManager
type ClientManager interface {
RegisterClient(client Client)
UnRegisterClient(client Client)