mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-07 06:53:09 -06:00
remove redundant comment
This commit is contained in:
parent
0986dd2a16
commit
dd45ddad0e
|
|
@ -207,8 +207,6 @@ func (s *stateBlockStatements) bulkSelectFilteredStateBlockEntries(
|
||||||
if current.StateEntries != nil {
|
if current.StateEntries != nil {
|
||||||
results = append(results, current)
|
results = append(results, current)
|
||||||
}
|
}
|
||||||
// Because we have filtered the list it's possible that some of the blocks were completely removed
|
|
||||||
// from the result.
|
|
||||||
return results, nil
|
return results, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue