From: G.E Date: Tue, 23 Apr 2024 21:06:08 +0000 (+0300) Subject: removed another commented line X-Git-Tag: vectorscan/5.4.12^2~62^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F255%2Fhead;p=thirdparty%2Fvectorscan.git removed another commented line --- diff --git a/util/ExpressionParser.rl b/util/ExpressionParser.rl index ad201fec..02761b32 100644 --- a/util/ExpressionParser.rl +++ b/util/ExpressionParser.rl @@ -152,7 +152,6 @@ bool HS_CDECL readExpression(const std::string &input, std::string &expr, UNUSED const char *eof = pe; UNUSED const char *ts = p, *te = p; int cs; - //UNUSED int act; assert(p); assert(pe);