We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9122b6 commit 32dcd78Copy full SHA for 32dcd78
1 file changed
cli/azd/extensions/azure.ai.routines/internal/cmd/routine_helpers.go
@@ -66,11 +66,6 @@ func boolStr(b *bool) string {
66
return "false"
67
}
68
69
-// ptrBool returns a pointer to b.
70
-//
71
-//go:fix inline
72
-func ptrBool(b bool) *bool { return new(b) }
73
-
74
// routineSummaryTable prints a short summary of a routine in table format.
75
func routineSummaryTable(r *routines.Routine) {
76
tw := newTabWriter()
0 commit comments