remove test comment

This commit is contained in:
G.E 2024-05-09 15:12:02 +03:00
parent cc63087d06
commit 4ff92f87d9

View 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;