diff --git a/internal/actions/update.go b/internal/actions/update.go index 4000319..a4477d1 100644 --- a/internal/actions/update.go +++ b/internal/actions/update.go @@ -162,13 +162,4 @@ func checkDependencies(containers []container.Container) { } } } -} - -func Find(links []string, target string) bool { - for i:=0; i < len(links); i++{ - if links[i] == target{ - return true - } - } - return false -} +} \ No newline at end of file