From e3ab19e63979bad4f894f1d655662e523beac00f Mon Sep 17 00:00:00 2001 From: "David.Hall" Date: Thu, 3 Nov 2022 11:29:24 -0500 Subject: [PATCH] Remove unreferenced variable --- dbcon/joblist/distributedenginecomm.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/dbcon/joblist/distributedenginecomm.cpp b/dbcon/joblist/distributedenginecomm.cpp index 59ac011aa..3051f4d0e 100644 --- a/dbcon/joblist/distributedenginecomm.cpp +++ b/dbcon/joblist/distributedenginecomm.cpp @@ -769,7 +769,6 @@ void DistributedEngineComm::sendAcks(uint32_t uniqueID, const vector& msgs, void DistributedEngineComm::nextPMToACK(boost::shared_ptr 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