Skip to content

Commit

Permalink
remove tso.Server().GetConfigAny() which was added by the other peopl…
Browse files Browse the repository at this point in the history
…e's commit by mistake.

Signed-off-by: Bin Shi <binshi.bing@gmail.com>
  • Loading branch information
binshi-bing committed Feb 27, 2023
1 parent e6cd0a8 commit d140827
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/mcs/tso/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,11 +294,6 @@ func (s *Server) Close() {
log.Info("tso server is closed")
}

// GetConfigAny returns the config with any type.
func (s *Server) GetConfigAny() any {
return nil
}

// GetClient returns builtin etcd client.
func (s *Server) GetClient() *clientv3.Client {
return s.etcdClient
Expand Down

0 comments on commit d140827

Please sign in to comment.