We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d4285c commit 9ee3fa6Copy full SHA for 9ee3fa6
1 file changed
include/ipfixprobe/outputPlugin/outputStorage/allocationBufferS.hpp
@@ -131,11 +131,6 @@ class AllocationBufferS : public AllocationBufferBase<ElementType> {
131
&stealVictimData.storage[startIndex],
132
numToSteal * sizeof(ElementType*));
133
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
- }*/
139
clearStealRequest(stealVictimIndex);
140
}
141
0 commit comments