Commit ac821602 authored by Gregory Man's avatar Gregory Man

Removed unused function.

Removed unused int64P function from controller_utils_test.go
parent c1cd70ad
...@@ -439,10 +439,6 @@ func TestActiveReplicaSetsFiltering(t *testing.T) { ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment