Changeset: e319c32abe5d for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/e319c32abe5d
Modified Files:
        sql/backends/monet5/rel_bin.c
Branch: nested
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
@@ -3225,10 +3225,6 @@ rel2bin_table(backend *be, sql_rel *rel,
                s = stmt_alias(be, s, exp->alias.label, rnme, exp_name(exp));
                list_append(l, s);
        }
-       /*
-       if (osub && osub->nrcols)
-               list_join(l, osub->op4.lval);
-               */
        sub = stmt_list(be, l);
        return sub;
 }
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to