Changeset: 4e23c65696b0 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4e23c65696b0
Modified Files:
        monetdb5/extras/crackers/crackers_core_unordered.mx
Branch: holindex
Log Message:

Remove fprintfs.


diffs (20 lines):

diff --git a/monetdb5/extras/crackers/crackers_core_unordered.mx 
b/monetdb5/extras/crackers/crackers_core_unordered.mx
--- a/monetdb5/extras/crackers/crackers_core_unordered.mx
+++ b/monetdb5/extras/crackers/crackers_core_unordered.mx
@@ -1102,8 +1102,6 @@ static str CRKvectorized_x_@2_@1 (
        lowerReadCursor += 2*vector_elements;
        upperReadCursor -= vector_elements;
 
-       fprintf(stderr, "vectorR=%d, vectorCount=%d\n",(int)vectorR, 
(int)vectorCount);
-
        if (ml && mr && last_left + 1 < first_right) {
                /* we have two disjoint half-pieces */
                for (; vectorI < vectorCount; vectorI++)        {
@@ -1198,7 +1196,6 @@ static str CRKvectorized_x_@2_@1 (
                }
        }
 
-       fprintf(stderr, "vectorR=%d, vectorCount=%d\n",(int)vectorR, 
(int)vectorCount);
        assert (vectorR == vectorCount);
        //assert(lowerReadCursor == upperReadCursor || (lowerReadCursor == 
first_right && upperReadCursor == last_left + 1));
 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to