Skip to content

Commit

Permalink
chore: remove unused code in omi config
Browse files Browse the repository at this point in the history
  • Loading branch information
marinsalinas committed Sep 5, 2019
1 parent 7d024b9 commit 793b3f1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions builder/osc/common/omi_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@ type OMIConfig struct {
SnapshotGroups []string `mapstructure:"snapshot_groups"`
}

func stringInSlice(s []string, searchstr string) bool {
for _, item := range s {
if item == searchstr {
return true
}
}
return false
}

func (c *OMIConfig) Prepare(accessConfig *AccessConfig, ctx *interpolate.Context) []error {
var errs []error

Expand Down

0 comments on commit 793b3f1

Please sign in to comment.