Skip to content

Commit 4119b06

Browse files
remove unused func
1 parent 62ef525 commit 4119b06

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

internal/k8s/sqlinstances.go

-7
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,6 @@ func (c *Client) toSqlInstance(_ context.Context, u *unstructured.Unstructured,
113113
}, nil
114114
}
115115

116-
func valueOrNil(value *string) *string {
117-
if value == nil {
118-
return nil
119-
}
120-
return value
121-
}
122-
123116
func equals(s *string, eq string) bool {
124117
return s != nil && *s == eq
125118
}

0 commit comments

Comments
 (0)