mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 18:43:10 -06:00
remove unused func
This commit is contained in:
parent
2f0415e0df
commit
f3fa060fab
|
|
@ -105,12 +105,3 @@ func (p *InviteStreamProvider) IncrementalSync(
|
||||||
|
|
||||||
return maxID
|
return maxID
|
||||||
}
|
}
|
||||||
|
|
||||||
func contains(values []string, findVal string) bool {
|
|
||||||
for _, v := range values {
|
|
||||||
if v == findVal {
|
|
||||||
return true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return false
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue