From b4b304a3a73a147cb85e9e4ec171d7f350620d30 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Mon, 31 Oct 2022 13:11:57 -0400 Subject: [PATCH] 18071: Remove obsolete comment. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- services/keep-balance/balance.go | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.30.2