Remove unused function introduced in update.go

pull/622/head
DarkAEther 5 years ago
parent a2b05a8b52
commit 279c48d812

@ -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
}
}
Loading…
Cancel
Save