Cleanup
This commit is contained in:
parent
0287024598
commit
9af683b02a
6 changed files with 38 additions and 65 deletions
|
|
@ -66,12 +66,3 @@ func sysctlFSFileMax() int {
|
|||
}
|
||||
return int(rLimit.Max)
|
||||
}
|
||||
|
||||
func intInSlice(i int, list []int) bool {
|
||||
for _, v := range list {
|
||||
if v == i {
|
||||
return true
|
||||
}
|
||||
}
|
||||
return false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue