You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
Remove unreferenced variable
This commit is contained in:
@@ -769,7 +769,6 @@ void DistributedEngineComm::sendAcks(uint32_t uniqueID, const vector<SBS>& msgs,
|
||||
void DistributedEngineComm::nextPMToACK(boost::shared_ptr<MQE> mqe, uint32_t maxAck, uint32_t* sockIndex,
|
||||
uint16_t* numToAck)
|
||||
{
|
||||
uint32_t i;
|
||||
uint32_t& nextIndex = mqe->ackSocketIndex;
|
||||
|
||||
/* Other threads can be touching mqe->unackedWork at the same time, but because of
|
||||
|
Reference in New Issue
Block a user