Changeset: 3ed0c47df4e3 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3ed0c47df4e3
Modified Files:
        sql/backends/monet5/rel_bin.c
Branch: delete_in_vlist
Log Message:

Remove temporary declaration.


diffs (13 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
@@ -270,9 +270,6 @@ value_list(backend *be, list *vals, stmt
 }
 
 static stmt *
-rel2bin_distinct(backend *be, stmt *s, stmt **distinct);
-
-static stmt *
 handle_in_exps(backend *be, sql_exp *ce, list *nl, stmt *left, stmt *right, 
stmt *grp, stmt *ext, stmt *cnt, stmt *sel, int in, int use_r) 
 {
        mvc *sql = be->mvc;
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to