From 279c48d8121a7b54dbfd9b0c6e2ef0436e14bf76 Mon Sep 17 00:00:00 2001 From: DarkAEther <30438425+DarkAEther@users.noreply.github.com> Date: Mon, 17 Aug 2020 17:51:32 +0530 Subject: [PATCH] Remove unused function introduced in update.go --- internal/actions/update.go | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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