From: Tom Clegg Date: Mon, 31 Oct 2022 17:11:57 +0000 (-0400) Subject: 18071: Remove obsolete comment. X-Git-Tag: 2.5.0~49^2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/b4b304a3a73a147cb85e9e4ec171d7f350620d30 18071: Remove obsolete comment. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- diff --git a/services/keep-balance/balance.go b/services/keep-balance/balance.go index 50c4dae188..9f581751d9 100644 --- a/services/keep-balance/balance.go +++ b/services/keep-balance/balance.go @@ -69,10 +69,6 @@ type Balancer struct { // subsequent balance operation. // // Run should only be called once on a given Balancer object. -// -// Typical usage: -// -// runOptions, err = (&Balancer{}).Run(config, runOptions) func (bal *Balancer) Run(ctx context.Context, client *arvados.Client, cluster *arvados.Cluster, runOptions RunOptions) (nextRunOptions RunOptions, err error) { nextRunOptions = runOptions