aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/executor/execExpr.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/executor/execExpr.h b/src/include/executor/execExpr.h
index 0739b389f3c..c8ef917ffe0 100644
--- a/src/include/executor/execExpr.h
+++ b/src/include/executor/execExpr.h
@@ -666,9 +666,6 @@ typedef struct ExprEvalStep
{
AggStatePerTrans pertrans;
ExprContext *aggcontext;
- int setno;
- int transno;
- int setoff;
int jumpdistinct;
} agg_presorted_distinctcheck;