Skip to content

Commit 17d91a0

Browse files
committed
remove test functions
1 parent d1a61fa commit 17d91a0

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

k8s-test-runner/k8s_client/client.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@ func retryK8sCall(operation k8sOperation, retryPolicy wait.Backoff) error {
8585
return nil
8686
}
8787

88-
func IDoNothing() {
89-
//I really do nothing
90-
}
91-
9288
func (m *Client) ListPods(ctx context.Context, namespace, syncLabel string) (*v1.PodList, error) {
9389
var pods *v1.PodList
9490
timeout := int64(30)

seth/config.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ import (
1515
"github.com/pkg/errors"
1616
)
1717

18-
func MyAmazingNewFunction() string {
19-
return "bla bla bla"
20-
}
21-
2218
const (
2319
ErrReadSethConfig = "failed to read TOML config for seth"
2420
ErrUnmarshalSethConfig = "failed to unmarshal TOML config for seth"

seth/decode.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ func (m *Client) Decode(tx *types.Transaction, txErr error) (*DecodedTransaction
105105
return nil, verr.Join(m.Errors...)
106106
}
107107

108-
_ = MyAmazingNewFunction()
109-
110108
if decodedErr := m.DecodeSendErr(txErr); decodedErr != nil {
111109
return nil, decodedErr
112110
}

0 commit comments

Comments
 (0)