diff --git a/runner/runner.go b/runner/runner.go index 28133ae..e56847d 100644 --- a/runner/runner.go +++ b/runner/runner.go @@ -18,7 +18,6 @@ type Runner struct { Providers []providers.Provider threads uint - ctx context.Context } // Init initializes the runner