Skip to content

Commit

Permalink
removed unused struct
Browse files Browse the repository at this point in the history
  • Loading branch information
dmah42 committed May 31, 2022
1 parent 645dc22 commit 21b60c2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmd/run/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ var (
retryWait = flag.Duration("retry_wait", 10*time.Second, "time between retries")
)

type client struct {
hostname string
port int
}

func bestWorker(ctx context.Context, ram uint64, addrs <-chan string) *internal.Worker {
var worker *internal.Worker
bestFreeRam := uint64(math.Inf(1))
Expand Down

0 comments on commit 21b60c2

Please sign in to comment.