Skip to content

Commit 49e39ec

Browse files
committed
Remove unused function
1 parent 488b41c commit 49e39ec

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

internal/kibana/slo.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -596,14 +596,6 @@ func transformOrNil[T any](path string, d *schema.ResourceData, transform func(i
596596
return nil
597597
}
598598

599-
func getOrNilBool(path string, d *schema.ResourceData) *bool {
600-
if v, ok := d.GetOk(path); ok {
601-
b := v.(bool)
602-
return &b
603-
}
604-
return nil
605-
}
606-
607599
func getSloFromResourceData(d *schema.ResourceData) (models.Slo, diag.Diagnostics) {
608600
var diags diag.Diagnostics
609601

0 commit comments

Comments
 (0)