Update of /cvsroot/monetdb/sql/src/server
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2709/server
Modified Files:
Tag: SQL_2-22
rel_select.mx
Log Message:
removed not used rel_subtype function
U rel_select.mx
Index: rel_select.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/rel_select.mx,v
retrieving revision 1.61.2.2
retrieving revision 1.61.2.3
diff -u -d -r1.61.2.2 -r1.61.2.3
--- rel_select.mx 21 Feb 2008 20:20:32 -0000 1.61.2.2
+++ rel_select.mx 26 Mar 2008 11:43:05 -0000 1.61.2.3
@@ -159,19 +159,6 @@
r->subquery = 1;
}
-static sql_subtype *
-rel_subtype( sql_rel *r )
-{
- if (is_project(r->op)) {
- list *exps = r->exps;
- if (exps && list_length(exps) >= 1)
- return exp_subtype(exps->t->data);
- } else if (r->op == op_union) {
- return rel_subtype(r->l);
- }
- return NULL;
-}
-
static void
rel_label( sql_rel *r, int nr)
{
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins