Skip to content

Commit b8b9937

Browse files
committed
remove test functions
1 parent d1a61fa commit b8b9937

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
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/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)