Skip to content

Commit 9ee3fa6

Browse files
Zainullin DamirZainullin Damir
authored andcommitted
++
1 parent 6d4285c commit 9ee3fa6

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

include/ipfixprobe/outputPlugin/outputStorage/allocationBufferS.hpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,6 @@ class AllocationBufferS : public AllocationBufferBase<ElementType> {
131131
&stealVictimData.storage[startIndex],
132132
numToSteal * sizeof(ElementType*));
133133
stealVictimData.storage.resize(startIndex);
134-
/*for (std::size_t i = 0; i < stealVictimData.storage.size() / 2; i++) {
135-
ElementType* stolenElement = stealVictimData.storage.back();
136-
stealVictimData.storage.pop_back();
137-
writerData.storage.push_back(stolenElement);
138-
}*/
139134
clearStealRequest(stealVictimIndex);
140135
}
141136
}

0 commit comments

Comments
 (0)