Skip to content

Commit

Permalink
remove unused func
Browse files Browse the repository at this point in the history
  • Loading branch information
kubasobon committed Jan 9, 2025
1 parent 9348e98 commit 7c0fdb0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/inventory/inventory.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,3 @@ func slugfy(s string) string {
func (a *AssetInventory) Stop() {
close(a.assetCh)
}

func removeEmpty(list []string) []string {
return lo.Filter(list, func(item string, _ int) bool { return item != "" })
}

0 comments on commit 7c0fdb0

Please sign in to comment.