Skip to content

Commit 276b700

Browse files
committed
ablating unnecessary func
1 parent dfb4620 commit 276b700

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pkg/ext-proc/backend/pod_reconciler_test.go

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