mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 05:01:46 +00:00
Removed unused function.
Removed unused int64P function from controller_utils_test.go
This commit is contained in:
@@ -439,10 +439,6 @@ func TestActiveReplicaSetsFiltering(t *testing.T) {
|
||||
"expected %v, got %v", expectedNames.List(), gotNames.List())
|
||||
}
|
||||
|
||||
func int64P(num int64) *int64 {
|
||||
return &num
|
||||
}
|
||||
|
||||
func TestComputeHash(t *testing.T) {
|
||||
collisionCount := int32(1)
|
||||
otherCollisionCount := int32(2)
|
||||
|
Reference in New Issue
Block a user