Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16:/tmp/cvs-serv2664/runtime

Modified Files:
        pf_support.mx 
Log Message:
remove code that is not used any more


Declaration/disclaimer:
-----------------------
On my FC6 desktop (64-bit, 64-bit OIDs, configured with --enable-optimize,
compiled with gcc 4.1.1), this check-in does not make any pathfinder test
fail that did not also fail with the most recent code base in CVS prior to
this check-in.
I did not check in detail, though, whether all previously failing tests
still fail the same way after this check-in as they did before this
check-in.



Index: pf_support.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pf_support.mx,v
retrieving revision 1.225
retrieving revision 1.226
diff -u -d -r1.225 -r1.226
--- pf_support.mx       3 May 2007 21:27:53 -0000       1.225
+++ pf_support.mx       13 May 2007 11:40:15 -0000      1.226
@@ -1474,10 +1474,6 @@
         var unq_iters := nil;
        var min_iter := oid_nil;
        var max_iter := oid_nil;
-       var skip_self := 1;
-       if ( "@1" = "descendant_or_self" ) {
-               skip_self := 0;
-       }
 
        # check consistency
        if ( isnil(seqbase(iter)) or isnil(seqbase(item)) ) {


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to