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