Removed unused function.

Removed unused int64P function from controller_utils_test.go
pull/6/head
Gregory Man 2017-11-14 10:53:29 +02:00
parent c1cd70ad16
commit ac8216027a
1 changed files with 0 additions and 4 deletions

View File

@ -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)