remove f.PrintObjectSpecificMessage

This commit is contained in:
juanvallejo
2018-02-20 14:49:19 -05:00
parent b114a117f8
commit e3d81517ae
6 changed files with 0 additions and 77 deletions

View File

@@ -19,7 +19,6 @@ package testing
import (
"errors"
"fmt"
"io"
"path/filepath"
"time"
@@ -460,9 +459,6 @@ func (f *FakeFactory) EditorEnvs() []string {
return nil
}
func (f *FakeFactory) PrintObjectSpecificMessage(obj runtime.Object, out io.Writer) {
}
func (f *FakeFactory) Command(*cobra.Command, bool) string {
return f.tf.Command
}