18071: Remove obsolete comment.
authorTom Clegg <tom@curii.com>
Mon, 31 Oct 2022 17:11:57 +0000 (13:11 -0400)
committerTom Clegg <tom@curii.com>
Mon, 31 Oct 2022 17:11:57 +0000 (13:11 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

services/keep-balance/balance.go

index 50c4dae1886ca292e3904f813d356a18d8608ed0..9f581751d938baf8d0f8fdc726bfae92e1f6877d 100644 (file)
@@ -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