From ac8216027a666a6bf0d9d8acc8a192e0d4596832 Mon Sep 17 00:00:00 2001 From: Gregory Man Date: Tue, 14 Nov 2017 10:53:29 +0200 Subject: [PATCH] Removed unused function. Removed unused int64P function from controller_utils_test.go --- pkg/controller/controller_utils_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkg/controller/controller_utils_test.go b/pkg/controller/controller_utils_test.go index 12bed73d96..f3599ba6d7 100644 --- a/pkg/controller/controller_utils_test.go +++ b/pkg/controller/controller_utils_test.go @@ -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)