mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-17 07:30:13 +01:00
Remove unused function introduced in update.go
This commit is contained in:
parent
a2b05a8b52
commit
279c48d812
1 changed files with 1 additions and 10 deletions
|
|
@ -163,12 +163,3 @@ 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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue