Changeset: 2fcafa3f7939 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/2fcafa3f7939
Modified Files:
        monetdb5/modules/mal/tablet.c
Branch: Jun2023
Log Message:

fix compilation


diffs (19 lines):

diff --git a/monetdb5/modules/mal/tablet.c b/monetdb5/modules/mal/tablet.c
--- a/monetdb5/modules/mal/tablet.c
+++ b/monetdb5/modules/mal/tablet.c
@@ -465,7 +465,6 @@ output_file_default(Tablet *as, BAT *ord
        char *localbuf = GDKmalloc(len);
        BUN p, q;
        oid id;
-       BUN i = 0;
        BUN offset = as->offset;
 
        if (buf == NULL || localbuf == NULL) {
@@ -479,7 +478,6 @@ output_file_default(Tablet *as, BAT *ord
                        GDKfree(localbuf);
                        return res;
                }
-               i++;
        }
        GDKfree(localbuf);
        GDKfree(buf);
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to