From e36203c3238d460064eba5b06606605b958904e6 Mon Sep 17 00:00:00 2001 From: gtsoul-tech Date: Fri, 31 May 2024 09:47:45 +0300 Subject: [PATCH] remove comment --- unit/hyperscan/expr_info.cpp | 1 - 1 file changed, 1 deletion(-) 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; }