forked from TrueCloudLab/frostfs-node
[#1129] policer: Drop unused
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
cbe9757490
commit
4ab6c404f7
1 changed files with 0 additions and 5 deletions
|
@ -54,11 +54,6 @@ func (p *Policer) processRepContainerObject(ctx context.Context, objInfo objectc
|
|||
|
||||
c := &placementRequirements{}
|
||||
|
||||
var numOfContainerNodes int
|
||||
for i := range nn {
|
||||
numOfContainerNodes += len(nn[i])
|
||||
}
|
||||
|
||||
// cached info about already checked nodes
|
||||
checkedNodes := newNodeCache()
|
||||
|
||||
|
|
Loading…
Reference in a new issue