Removed
[SXSI/TextCollection.git] / TCImplementation.h
index 0f0cab4..5430f21 100644 (file)
@@ -23,7 +23,6 @@
 #include "BitRank.h"
 #include "TextCollection.h"
 #include "BlockArray.h"
-#include "BSGAP.h"
 
 // Include  from XMLTree/libcds
 #include <basics.h> // Defines W == 32
@@ -118,7 +117,7 @@ private:
     static_sequence * alphabetrank;
 
     // Sample structures for texts longer than samplerate
-    BSGAP *sampled;  // FIXME Replace with RRR02
+    static_bitsequence * sampled;  // FIXME Replace with RRR02
     BlockArray *suffixes;
     BlockArray *suffixDocId;