Skip to content

Commit 9dd2b1d

Browse files
committed
删除不需要的代码
1 parent bdbfd3e commit 9dd2b1d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

internal/rpc/rpc_client.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -388,14 +388,6 @@ func (this *RPCClient) NodeTaskRPC() pb.NodeTaskServiceClient {
388388
return pb.NewNodeTaskServiceClient(this.pickConn())
389389
}
390390

391-
func (this *RPCClient) AuthorityKeyRPC() pb.AuthorityKeyServiceClient {
392-
return pb.NewAuthorityKeyServiceClient(this.pickConn())
393-
}
394-
395-
func (this *RPCClient) AuthorityNodeRPC() pb.AuthorityNodeServiceClient {
396-
return pb.NewAuthorityNodeServiceClient(this.pickConn())
397-
}
398-
399391
func (this *RPCClient) LatestItemRPC() pb.LatestItemServiceClient {
400392
return pb.NewLatestItemServiceClient(this.pickConn())
401393
}

0 commit comments

Comments
 (0)