Changeset: 34511fce4d1e for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/34511fce4d1e
Modified Files:
monetdb5/modules/atoms/json.c
Branch: Jun2023
Log Message:
fix compilation (cnt not used)
diffs (19 lines):
diff --git a/monetdb5/modules/atoms/json.c b/monetdb5/modules/atoms/json.c
--- a/monetdb5/modules/atoms/json.c
+++ b/monetdb5/modules/atoms/json.c
@@ -1668,7 +1668,6 @@ static str
JSONunfoldContainer(JSON *jt, int idx, BAT *bo, BAT *bk, BAT *bv, oid *o)
{
int i, last;
- int cnt = 0;
char *r;
last = jt->elm[idx].tail;
@@ -1716,7 +1715,6 @@ JSONunfoldContainer(JSON *jt, int idx, B
goto memfail;
}
(*o)++;
- cnt++;
if (i == last)
break;
}
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]