Skip to content

Commit

Permalink
Remove dead code from provider.go
Browse files Browse the repository at this point in the history
  • Loading branch information
haf committed Jun 19, 2021
1 parent 4c53932 commit c2cb93c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions sealedsecrets/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,6 @@ func k8sGetOk(d *schema.ResourceData, key string) (interface{}, bool) {
return value, ok
}

func k8sGet(d *schema.ResourceData, key string) interface{} {
value, _ := k8sGetOk(d, key)
return value
}

var kubectlApplyRetryCount uint64

func providerConfigure(ctx context.Context, d *schema.ResourceData) (interface{}, diag.Diagnostics) {
Expand Down

0 comments on commit c2cb93c

Please sign in to comment.