Changeset: 9f057b4c19e7 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/9f057b4c19e7
Modified Files:
        sql/backends/monet5/rel_bin.c
Branch: default
Log Message:

small cleanup


diffs (14 lines):

diff --git a/sql/backends/monet5/rel_bin.c b/sql/backends/monet5/rel_bin.c
--- a/sql/backends/monet5/rel_bin.c
+++ b/sql/backends/monet5/rel_bin.c
@@ -8492,10 +8492,7 @@ deduplicate_refs(mvc *sql, allocator *ta
                        for(node *m = prefs->h; m; m = m->next->next) {
                                sql_rel *ir = m->data;
                                prop *ip = find_prop(ir->p, PROP_HASH);
-                               bool needs_project = false;
                                if (ip && h == ip->value.lval && rel_remap(sql, 
ta, or, ir, sa_list(ta)) == 0) {
-                                       /* todo match subtrees */
-                                       printf("#found %d\n", 
(int)needs_project);
                                        nr = ir;
                                        break;
                                }
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to