]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
we no longer store the history len
authorAlex Coyte <a.coyte@intel.com>
Thu, 18 Jun 2015 04:55:34 +0000 (14:55 +1000)
committerMatthew Barr <matthew.barr@intel.com>
Wed, 10 Aug 2016 04:52:56 +0000 (14:52 +1000)
src/rose/rose_dump.cpp

index f53ebe618215e55e9410e39bfd066274075bb30e..75b831a59484696135be388a903effd5e174e088 100644 (file)
@@ -914,8 +914,7 @@ void roseDumpText(const RoseEngine *t, FILE *f) {
             t->lookaroundTableOffset - t->lookaroundReachOffset);
 
     fprintf(f, "state space required : %u bytes\n", t->stateOffsets.end);
-    fprintf(f, " - history buffer    : %u bytes (+1 for len)\n",
-            t->historyRequired);
+    fprintf(f, " - history buffer    : %u bytes\n", t->historyRequired);
     fprintf(f, " - exhaustion vector : %u bytes\n", (t->ekeyCount + 7) / 8);
     fprintf(f, " - role state mmbit  : %u bytes\n", t->stateSize);
     fprintf(f, " - floating matcher  : %u bytes\n", t->floatingStreamState);