Debug swcsa
[SXSI/TextCollection.git] / bittree.cpp
index 0003461..7ee044c 100644 (file)
@@ -709,7 +709,7 @@ ulong* BVTree::getBits(){
        ulong blockCounter=0;
        ulong len = getPositions();
        
-       int W = sizeof(ulong)*8;
+//     int W = sizeof(ulong)*8;
        
 
        ulong bitsLength = len/W + ((len%W==0)?0:1);