We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb4620 commit 276b700Copy full SHA for 276b700
pkg/ext-proc/backend/pod_reconciler_test.go
@@ -88,8 +88,3 @@ func TestUpdateDatastore_EndpointSliceReconciler(t *testing.T) {
88
})
89
}
90
91
-
92
-func truePointer() *bool {
93
- primitivePointersAreSilly := true
94
- return &primitivePointersAreSilly
95
-}
0 commit comments