Update of /cvsroot/monetdb/sql/src/server
In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv7936/src/server

Modified Files:
        sql_psm.mx 
Log Message:
remove obsolete code


Index: sql_psm.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/sql_psm.mx,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- sql_psm.mx  8 Apr 2010 11:27:34 -0000       1.76
+++ sql_psm.mx  9 Apr 2010 09:50:33 -0000       1.77
@@ -127,27 +127,6 @@
        return stmt_list(l);
 }
 
-
-#if 0
-/* never used */
-static sql_table *
-find_basetable(stmt *s)
-{
-       switch(s->type) {
-       case st_list:
-               if (list_length(s->op1.lval)) 
-                       return find_basetable(s->op1.lval->h->data);
-               break;
-       case st_basetable:
-               return s->op1.tval;
-       default:
-               if (s->op1.stval)
-                       return find_basetable(s->op1.stval);
-       }
-       return NULL;
-}
-#endif
-
 static stmt *
 psm_declare_table(mvc *sql, dnode *n)
 {


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to