diff --git a/dbcon/joblist/tupleaggregatestep.cpp b/dbcon/joblist/tupleaggregatestep.cpp index d3d9b2165..a0d64190f 100644 --- a/dbcon/joblist/tupleaggregatestep.cpp +++ b/dbcon/joblist/tupleaggregatestep.cpp @@ -5238,7 +5238,6 @@ void TupleAggregateStep::threadedAggregateRowGroups(uint32_t threadID) bool locked = false; bool more = true; RowGroupDL* dlIn = NULL; - bool caughtException = false; RowAggregationMultiDistinct* multiDist = NULL;