Skip to content

Commit 035c1e6

Browse files
committed
ablating unnecessary func
1 parent 56c7114 commit 035c1e6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pkg/ext-proc/backend/pod_reconciler_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,3 @@ func TestUpdateDatastore_EndpointSliceReconciler(t *testing.T) {
8888
})
8989
}
9090
}
91-
92-
func truePointer() *bool {
93-
primitivePointersAreSilly := true
94-
return &primitivePointersAreSilly
95-
}

0 commit comments

Comments
 (0)