]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
removed another commented line 255/head
authorG.E <gregory.economou@vectorcamp.gr>
Tue, 23 Apr 2024 21:06:08 +0000 (00:06 +0300)
committerG.E <gregory.economou@vectorcamp.gr>
Tue, 23 Apr 2024 21:06:08 +0000 (00:06 +0300)
util/ExpressionParser.rl

index ad201fec25c4d01d1b43501e9e1b14b4e02dcaf0..02761b3298c00072cf8b3c4d6fc7cdcf15119c06 100644 (file)
@@ -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);