From 2cf3bee483d16f3f8bd0908d546a733fb332b381 Mon Sep 17 00:00:00 2001 From: Roman Nozdrin Date: Fri, 6 Nov 2020 11:36:30 +0000 Subject: [PATCH] Fix for a debug compilation --- dbcon/joblist/tupleaggregatestep.cpp | 1 - 1 file changed, 1 deletion(-) 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;