Skip to content

Commit bdb3be2

Browse files
removed default initialisation
1 parent c853ee3 commit bdb3be2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/ParallelPriotityQueue/SpapQueueWorker.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ inline void WorkerResource<GlobalQType, LocalQType, numPorts>::enqueueGlobal(con
220220
*/
221221
template <typename GlobalQType, BasicQueue LocalQType, std::size_t numPorts>
222222
inline bool WorkerResource<GlobalQType, LocalQType, numPorts>::pushOutBuffer() noexcept {
223-
bool successfulPush = false;
223+
bool successfulPush;
224224

225225
const std::size_t batch = GlobalQType::netw_.batchSize_[*channelPointer_];
226226
assert(batch <= static_cast<std::size_t>(std::distance(outBuffer_.begin(), bufferPointer_)));

0 commit comments

Comments
 (0)