From: gtsoul-tech Date: Fri, 31 May 2024 06:47:45 +0000 (+0300) Subject: remove comment X-Git-Tag: vectorscan/5.4.12^2~27^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e36203c3238d460064eba5b06606605b958904e6;p=thirdparty%2Fvectorscan.git remove comment --- diff --git a/unit/hyperscan/expr_info.cpp b/unit/hyperscan/expr_info.cpp index 647714e2..58f4a9ab 100644 --- a/unit/hyperscan/expr_info.cpp +++ b/unit/hyperscan/expr_info.cpp @@ -89,7 +89,6 @@ ostream& operator<<(ostream &os, const hs_expr_ext &ext) { os << ", "; } os << "hamming_distance=" << ext.hamming_distance; - //first = false; } return os; }