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