Update of /cvsroot/monetdb/pathfinder/compiler/algebra/prop
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11660

Modified Files:
        prop_ocol.c 
Log Message:
- remove debugging output, sorry.



U prop_ocol.c
Index: prop_ocol.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/prop/prop_ocol.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- prop_ocol.c 10 Apr 2008 13:38:41 -0000      1.57
+++ prop_ocol.c 10 Apr 2008 14:44:08 -0000      1.58
@@ -67,8 +67,6 @@
     return false;
 }
 
-#include <stdio.h>
-
 /**
  * Return the type of @a attr in the list of ocol columns
  */
@@ -80,7 +78,6 @@
         if (attr == n->schema.items[i].name)
             return n->schema.items[i].type;
 
-    fprintf(stderr,"LOGICAL OP = %d.\n",n->kind);
     /* you should never get there */
     PFoops (OOPS_FATAL,
                  "Type of %s not found in schema", PFatt_str (attr));


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to