Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
balopat committed Oct 4, 2019
1 parent 717b9a2 commit 5c831e9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pkg/skaffold/runner/runner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ import (
"io/ioutil"
"testing"

"github.com/GoogleContainerTools/skaffold/pkg/skaffold/kubernetes"

"github.com/GoogleContainerTools/skaffold/pkg/skaffold/build"
"github.com/GoogleContainerTools/skaffold/pkg/skaffold/build/local"
"github.com/GoogleContainerTools/skaffold/pkg/skaffold/build/tag"
Expand Down Expand Up @@ -110,12 +108,6 @@ func (t *TestBench) enterNewCycle() {
t.currentActions = Actions{}
}

func (t *TestBench) newLoggerForImages(out io.Writer, images []string) *kubernetes.LogAggregator {
t.actions = append(t.actions, t.currentActions)
t.currentActions = Actions{}
return &kubernetes.LogAggregator{}
}

func (t *TestBench) Build(_ context.Context, _ io.Writer, _ tag.ImageTags, artifacts []*latest.Artifact) ([]build.Artifact, error) {
if len(t.buildErrors) > 0 {
err := t.buildErrors[0]
Expand Down

0 comments on commit 5c831e9

Please sign in to comment.