]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
remove test comment 265/head
authorG.E <gregory.economou@vectorcamp.gr>
Thu, 9 May 2024 12:12:02 +0000 (15:12 +0300)
committerG.E <gregory.economou@vectorcamp.gr>
Thu, 9 May 2024 12:12:02 +0000 (15:12 +0300)
src/rose/rose_build_add_mask.cpp

index 15a583746b4bb470dfee0c5e53ba2614f1daec73..aa36ecd3285ed0dd44c8817762c714e093475c0e 100644 (file)
@@ -302,7 +302,6 @@ unique_ptr<NGHolder> buildMaskLhs(bool anchored, u32 prefix_len,
 
     assert(prefix_len);
     assert(mask.size() >= prefix_len);
-    /* just a comment to test something in the build */
     NFAVertex lpreds = anchored ? lhs->start : lhs->startDs;
 
     u32 m_idx = 0;