From: G.E Date: Thu, 9 May 2024 12:12:02 +0000 (+0300) Subject: remove test comment X-Git-Tag: vectorscan/5.4.12^2~52^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ff92f87d99540c4cd1561dd1ebff2bbdb548f49;p=thirdparty%2Fvectorscan.git remove test comment --- diff --git a/src/rose/rose_build_add_mask.cpp b/src/rose/rose_build_add_mask.cpp index 15a58374..aa36ecd3 100644 --- a/src/rose/rose_build_add_mask.cpp +++ b/src/rose/rose_build_add_mask.cpp @@ -302,7 +302,6 @@ unique_ptr 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;