mirror of https://github.com/k3s-io/k3s
Merge pull request #55681 from gregory-m/remove-unused-code
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Removed unused function. Removed unused int64P function from controller_utils_test.go **Release note**: ```release-note NONE ```pull/6/head
commit
9c08d30412
|
@ -439,10 +439,6 @@ func TestActiveReplicaSetsFiltering(t *testing.T) {
|
||||||
"expected %v, got %v", expectedNames.List(), gotNames.List())
|
"expected %v, got %v", expectedNames.List(), gotNames.List())
|
||||||
}
|
}
|
||||||
|
|
||||||
func int64P(num int64) *int64 {
|
|
||||||
return &num
|
|
||||||
}
|
|
||||||
|
|
||||||
func TestComputeHash(t *testing.T) {
|
func TestComputeHash(t *testing.T) {
|
||||||
collisionCount := int32(1)
|
collisionCount := int32(1)
|
||||||
otherCollisionCount := int32(2)
|
otherCollisionCount := int32(2)
|
||||||
|
|
Loading…
Reference in New Issue