summaryrefslogtreecommitdiff
path: root/src/analysis/scan/exprs/intersect.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2023-08-19 09:39:33 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2023-09-12 04:43:34 (GMT)
commit155c500b8933d2c7269215ea1d141d341de0a44f (patch)
tree520c55ae047f8e47236bc4476aa43011a226708d /src/analysis/scan/exprs/intersect.c
parent9cceceee1691a9f6c36df508d278d5fb9af9f122 (diff)
Remove old unused code.
Diffstat (limited to 'src/analysis/scan/exprs/intersect.c')
-rw-r--r--src/analysis/scan/exprs/intersect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/analysis/scan/exprs/intersect.c b/src/analysis/scan/exprs/intersect.c
index f0660e0..c56d28c 100644
--- a/src/analysis/scan/exprs/intersect.c
+++ b/src/analysis/scan/exprs/intersect.c
@@ -53,7 +53,7 @@ static void g_scan_sets_intersection_finalize(GScanSetsIntersection *);
/* Réduit une expression à une forme plus simple. */
-static ScanReductionState g_scan_sets_intersection_reduce(GScanSetsIntersection *, GScanContext *, GScanScope *, GScanExpression **);
+static ScanReductionState g_scan_sets_intersection_reduce(const GScanSetsIntersection *, GScanContext *, GScanScope *, GScanExpression **);
@@ -236,7 +236,7 @@ bool g_scan_sets_intersection_create(GScanSetsIntersection *inter, GScanExpressi
* *
******************************************************************************/
-static ScanReductionState g_scan_sets_intersection_reduce(GScanSetsIntersection *expr, GScanContext *ctx, GScanScope *scope, GScanExpression **out)
+static ScanReductionState g_scan_sets_intersection_reduce(const GScanSetsIntersection *expr, GScanContext *ctx, GScanScope *scope, GScanExpression **out)
{
ScanReductionState result; /* Etat synthétisé à retourner */
GScanExpression *new_first; /* Nouvelle réduction #1 */